comparison lisp/info.el @ 55153:33f0fdb8887c

(Info-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer.
author Lars Hansen <larsh@soem.dk>
date Mon, 26 Apr 2004 18:55:32 +0000
parents 1f59134413ff
children 084cf910857b
comparison
equal deleted inserted replaced
55152:734ea91cb677 55153:33f0fdb8887c
2906 nil)) ; so the header line isn't displayed 2906 nil)) ; so the header line isn't displayed
2907 (set (make-local-variable 'tool-bar-map) info-tool-bar-map) 2907 (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
2908 ;; This is for the sake of the invisible text we use handling titles. 2908 ;; This is for the sake of the invisible text we use handling titles.
2909 (make-local-variable 'line-move-ignore-invisible) 2909 (make-local-variable 'line-move-ignore-invisible)
2910 (setq line-move-ignore-invisible t) 2910 (setq line-move-ignore-invisible t)
2911 (make-local-variable 'desktop-buffer-misc-data-function) 2911 (make-local-variable 'desktop-save-buffer)
2912 (setq desktop-buffer-misc-data-function 'Info-desktop-buffer-misc-data) 2912 (setq desktop-save-buffer 'Info-desktop-buffer-misc-data)
2913 (add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t) 2913 (add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t)
2914 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) 2914 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
2915 (Info-set-mode-line) 2915 (Info-set-mode-line)
2916 (run-hooks 'Info-mode-hook)) 2916 (run-hooks 'Info-mode-hook))
2917 2917