From f7ad9cab30aad86d60c5826cceeb7a6be4298cc8 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Tue, 21 Jul 2009 19:07:24 +0000
Subject: [PATCH] Add a further customization to the SGML Emacs mode to prevent
 the use of tabs in the documentation source.

---
 src/tools/editors/emacs.samples | 1 +
 1 file changed, 1 insertion(+)

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)
 )
 
-- 
GitLab