1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

(Info-mode): Rename desktop-buffer-misc-data-function

to desktop-save-buffer.
This commit is contained in:
Lars Hansen 2004-04-26 18:55:32 +00:00
parent 2b5f7b7feb
commit 9d9d10ec34

View File

@ -2908,8 +2908,8 @@ Advanced commands:
;; This is for the sake of the invisible text we use handling titles.
(make-local-variable 'line-move-ignore-invisible)
(setq line-move-ignore-invisible t)
(make-local-variable 'desktop-buffer-misc-data-function)
(setq desktop-buffer-misc-data-function 'Info-desktop-buffer-misc-data)
(make-local-variable 'desktop-save-buffer)
(setq desktop-save-buffer 'Info-desktop-buffer-misc-data)
(add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t)
(add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
(Info-set-mode-line)