emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Lars Hansen
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Wed, 10 Aug 2005 15:39:51 -0400

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)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]