aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-12-12 23:00:31 +0000
committerRichard M. Stallman <[email protected]>1996-12-12 23:00:31 +0000
commitf73299f36008a02271c49de48514f0686597a51b (patch)
treed3bd1eedf4c6f26abb47548ad07c505d67bcc048 /lisp/info.el
parent75d97f473d3ea7b727686b32a30f91a52713b4f0 (diff)
(Info-mode): Default for `tab-width'.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index ba24cec25d..8dc67100c8 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1724,6 +1724,7 @@ Advanced commands:
(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)