Mercurial > emacs
changeset 16672:1facf218a14f
(Info-mode): Default for `tab-width'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Dec 1996 23:00:31 +0000 |
parents | 9fa09185bca0 |
children | 932451713b13 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Thu Dec 12 05:36:22 1996 +0000 +++ b/lisp/info.el Thu Dec 12 23:00:31 1996 +0000 @@ -1724,6 +1724,7 @@ (kill-all-local-variables) (setq major-mode 'Info-mode) (setq mode-name "Info") + (setq tab-width 8) (use-local-map Info-mode-map) (make-local-hook 'activate-menubar-hook) (add-hook 'activate-menubar-hook 'Info-menu-update nil t)