aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-07-21 19:07:24 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-07-21 19:07:24 +0000
commitf7ad9cab30aad86d60c5826cceeb7a6be4298cc8 (patch)
tree6318445dc8cd01dd6a7249f14822de70ce64efe7 /src
parentb2c51e6eba1d8b3b139c529df3703b37952b5a3d (diff)
downloadpostgresql-f7ad9cab30aad86d60c5826cceeb7a6be4298cc8.tar.gz
postgresql-f7ad9cab30aad86d60c5826cceeb7a6be4298cc8.zip
Add a further customization to the SGML Emacs mode to prevent the use of
tabs in the documentation source.
Diffstat (limited to 'src')
-rw-r--r--src/tools/editors/emacs.samples1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples
index 3836549197d..c1820f28c5c 100644
--- a/src/tools/editors/emacs.samples
+++ b/src/tools/editors/emacs.samples
@@ -85,6 +85,7 @@
(interactive)
(sgml-mode)
+ (setq indent-tabs-mode nil)
(setq sgml-basic-offset 1)
)