Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.441 emacs/lisp/info.el:1.442
*** emacs/lisp/info.el:1.441 Tue Aug 9 08:43:02 2005
--- emacs/lisp/info.el Wed Aug 10 19:39:51 2005
***************
*** 3255,3260 ****
--- 3255,3262 ----
(defvar tool-bar-map)
+ ;; Autoload cookie needed by desktop.el
+ ;;;###autoload
(defun Info-mode ()
"Info mode provides commands for browsing through the Info documentation
tree.
Documentation in Info is divided into \"nodes\", each of which discusses
***************
*** 4179,4185 ****
(if (not (member Info-current-file '("apropos" "history" "toc")))
(list Info-current-file Info-current-node)))
- ;;;###autoload
(defun Info-restore-desktop-buffer (desktop-buffer-file-name
desktop-buffer-name
desktop-buffer-misc)
--- 4181,4186 ----
***************
*** 4192,4197 ****
--- 4193,4201 ----
(Info-mode))
(Info-find-node first second)
(current-buffer))))
+
+ (add-to-list 'desktop-buffer-mode-handlers
+ '(Info-mode . Info-restore-desktop-buffer))
(provide 'info)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs