]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-mode): Set widen-automatically to nil, locally.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 18:54:35 +0000 (18:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 18:54:35 +0000 (18:54 +0000)
lisp/info.el

index 3ded620cb7aed169b472011db37278e700dd5203..cfb44cb18f1f3758dadfdebf741c7c23061e5856 100644 (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)