1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Info-mode): Set widen-automatically to nil, locally.

This commit is contained in:
Richard M. Stallman 2005-05-01 18:54:35 +00:00
parent d0c4882d9e
commit ab357a65ac

View file

@ -3243,6 +3243,8 @@ Advanced commands:
(make-local-variable 'line-move-ignore-invisible)
(setq line-move-ignore-invisible t)
(make-local-variable 'desktop-save-buffer)
(make-local-variable 'widen-automatically)
(setq widen-automatically nil)
(setq desktop-save-buffer 'Info-desktop-buffer-misc-data)
(add-hook 'kill-buffer-hook 'Info-kill-buffer nil t)
(add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t)