[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info.el |
Date: |
Sun, 01 May 2005 14:54:35 -0400 |
Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.425 emacs/lisp/info.el:1.426
*** emacs/lisp/info.el:1.425 Sun Apr 10 23:31:17 2005
--- emacs/lisp/info.el Sun May 1 18:54:35 2005
***************
*** 3243,3248 ****
--- 3243,3250 ----
(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)
- [Emacs-diffs] Changes to emacs/lisp/info.el,
Richard M . Stallman <=