From f73299f36008a02271c49de48514f0686597a51b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 12 Dec 1996 23:00:31 +0000 Subject: [PATCH] (Info-mode): Default for `tab-width'. --- lisp/info.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5