# HG changeset patch # User Karl Heuer # Date 818818562 0 # Node ID ba34746d66fd2d5606113658c1cb6be770cc2090 # Parent 4111cc3136d1a12662d5d74b23e6114774ea27b8 (change-log-mode): Defaults for `indent-tabs-mode' and `tab-width'. diff -r 4111cc3136d1 -r ba34746d66fd lisp/add-log.el --- 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