From: Peter Eisentraut Date: Tue, 21 Jul 2009 19:07:24 +0000 (+0000) Subject: Add a further customization to the SGML Emacs mode to prevent the use of X-Git-Tag: REL8_5_ALPHA1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7ad9cab30aad86d60c5826cceeb7a6be4298cc8;p=postgresql Add a further customization to the SGML Emacs mode to prevent the use of tabs in the documentation source. --- diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples index 3836549197..c1820f28c5 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) )