aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-12-12 23:00:31 +0000
committerRichard M. Stallman1996-12-12 23:00:31 +0000
commitf73299f36008a02271c49de48514f0686597a51b (patch)
treed3bd1eedf4c6f26abb47548ad07c505d67bcc048 /lisp
parent75d97f473d3ea7b727686b32a30f91a52713b4f0 (diff)
downloademacs-f73299f36008a02271c49de48514f0686597a51b.tar.gz
emacs-f73299f36008a02271c49de48514f0686597a51b.zip
(Info-mode): Default for `tab-width'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/info.el b/lisp/info.el
index ba24cec25d3..8dc67100c81 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1724,6 +1724,7 @@ Advanced commands:
1724 (kill-all-local-variables) 1724 (kill-all-local-variables)
1725 (setq major-mode 'Info-mode) 1725 (setq major-mode 'Info-mode)
1726 (setq mode-name "Info") 1726 (setq mode-name "Info")
1727 (setq tab-width 8)
1727 (use-local-map Info-mode-map) 1728 (use-local-map Info-mode-map)
1728 (make-local-hook 'activate-menubar-hook) 1729 (make-local-hook 'activate-menubar-hook)
1729 (add-hook 'activate-menubar-hook 'Info-menu-update nil t) 1730 (add-hook 'activate-menubar-hook 'Info-menu-update nil t)