From: Richard M. Stallman Date: Sun, 1 May 2005 18:54:35 +0000 (+0000) Subject: (Info-mode): Set widen-automatically to nil, locally. X-Git-Tag: ttn-vms-21-2-B4~611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab357a65ac33d9f9ebefa5f53ffa99c66076fb5e;p=emacs.git (Info-mode): Set widen-automatically to nil, locally. --- diff --git a/lisp/info.el b/lisp/info.el index 3ded620cb7a..cfb44cb18f1 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)