Mercurial > emacs
changeset 61987:aabdcfa2f3d6
(Info-mode): Set widen-automatically to nil, locally.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 May 2005 18:54:35 +0000 |
parents | 91b85d61710d |
children | efb4e11f6aa7 |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun May 01 18:54:00 2005 +0000 +++ b/lisp/info.el Sun May 01 18:54:35 2005 +0000 @@ -3243,6 +3243,8 @@ (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)