Mercurial > emacs
changeset 13706:ba34746d66fd
(change-log-mode): Defaults for `indent-tabs-mode'
and `tab-width'.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 13 Dec 1995 01:36:02 +0000 |
parents | 4111cc3136d1 |
children | 9356c7d7dcd6 |
files | lisp/add-log.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Wed Dec 13 01:22:05 1995 +0000 +++ b/lisp/add-log.el Wed Dec 13 01:36:02 1995 +0000 @@ -279,7 +279,9 @@ (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