mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(Info-mode): Set widen-automatically to nil, locally.
This commit is contained in:
parent
d0c4882d9e
commit
ab357a65ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue