]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode): Default for `tab-width'.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Dec 1996 23:00:31 +0000 (23:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Dec 1996 23:00:31 +0000 (23:00 +0000)
lisp/info.el

index ba24cec25d3c7e3c560df4fa2add6b33e24d0ee4..8dc67100c81db3be12f15218405b85e971bdc9f6 100644 (file)
@@ -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)