From: Richard M. Stallman Date: Thu, 12 Dec 1996 23:00:31 +0000 (+0000) Subject: (Info-mode): Default for `tab-width'. X-Git-Tag: emacs-20.1~3272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f73299f36008a02271c49de48514f0686597a51b;p=emacs.git (Info-mode): Default for `tab-width'. --- 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: (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)