summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-13 01:36:02 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-13 01:36:02 +0000
commitee5706eee06c8f38c681bbda1a6781dfd40b8a7c (patch)
treeaebec537b72437a126a528634f46fe756c84e592
parentd27f633b778e3b077691b2ace2f0eb003158a7a4 (diff)
downloademacs-ee5706eee06c8f38c681bbda1a6781dfd40b8a7c.tar.gz
(change-log-mode): Defaults for `indent-tabs-mode'
and `tab-width'.
-rw-r--r--lisp/add-log.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index f89435a396f..40ed5c1ab76 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -279,7 +279,9 @@ Runs `change-log-mode-hook'."
(setq major-mode 'change-log-mode
mode-name "Change Log"
left-margin 8
- fill-column 74)
+ fill-column 74
+ indent-tabs-mode t
+ tab-width 8)
(use-local-map change-log-mode-map)
;; Let each entry behave as one paragraph:
;; We really do want "^" in paragraph-start below: it is only the lines that