projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c51e6
)
Add a further customization to the SGML Emacs mode to prevent the use of
author
Peter Eisentraut
<
[email protected]
>
Tue, 21 Jul 2009 19:07:24 +0000
(19:07 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 21 Jul 2009 19:07:24 +0000
(19:07 +0000)
tabs in the documentation source.
src/tools/editors/emacs.samples
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/editors/emacs.samples
b/src/tools/editors/emacs.samples
index 3836549197d9668628abe4b2611660b45a88c9bb..c1820f28c5c70b738792bcf5371dfebec56e56cf 100644
(file)
--- 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)
)