diff lisp/info.el @ 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 4ccc4c9adf16
children 545cba9e95d4 08185296b491
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)