comparison 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
comparison
equal deleted inserted replaced
61986:91b85d61710d 61987:aabdcfa2f3d6
3241 (set (make-local-variable 'tool-bar-map) info-tool-bar-map) 3241 (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
3242 ;; This is for the sake of the invisible text we use handling titles. 3242 ;; This is for the sake of the invisible text we use handling titles.
3243 (make-local-variable 'line-move-ignore-invisible) 3243 (make-local-variable 'line-move-ignore-invisible)
3244 (setq line-move-ignore-invisible t) 3244 (setq line-move-ignore-invisible t)
3245 (make-local-variable 'desktop-save-buffer) 3245 (make-local-variable 'desktop-save-buffer)
3246 (make-local-variable 'widen-automatically)
3247 (setq widen-automatically nil)
3246 (setq desktop-save-buffer 'Info-desktop-buffer-misc-data) 3248 (setq desktop-save-buffer 'Info-desktop-buffer-misc-data)
3247 (add-hook 'kill-buffer-hook 'Info-kill-buffer nil t) 3249 (add-hook 'kill-buffer-hook 'Info-kill-buffer nil t)
3248 (add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t) 3250 (add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t)
3249 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) 3251 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
3250 (add-hook 'isearch-mode-hook 'Info-isearch-start nil t) 3252 (add-hook 'isearch-mode-hook 'Info-isearch-start nil t)