/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.441 by jurta, Tue Aug 9 08:43:02 2005 UTC revision 1.442 by lh, Wed Aug 10 19:39:51 2005 UTC
# Line 3255  With a zero prefix arg, put the name ins Line 3255  With a zero prefix arg, put the name ins
3255    
3256  (defvar tool-bar-map)  (defvar tool-bar-map)
3257    
3258    ;; Autoload cookie needed by desktop.el
3259    ;;;###autoload
3260  (defun Info-mode ()  (defun Info-mode ()
3261    "Info mode provides commands for browsing through the Info documentation tree.    "Info mode provides commands for browsing through the Info documentation tree.
3262  Documentation in Info is divided into \"nodes\", each of which discusses  Documentation in Info is divided into \"nodes\", each of which discusses
# Line 4179  BUFFER is the buffer speedbar is request Line 4181  BUFFER is the buffer speedbar is request
4181    (if (not (member Info-current-file '("apropos" "history" "toc")))    (if (not (member Info-current-file '("apropos" "history" "toc")))
4182        (list Info-current-file Info-current-node)))        (list Info-current-file Info-current-node)))
4183    
 ;;;###autoload  
4184  (defun Info-restore-desktop-buffer (desktop-buffer-file-name  (defun Info-restore-desktop-buffer (desktop-buffer-file-name
4185                                      desktop-buffer-name                                      desktop-buffer-name
4186                                      desktop-buffer-misc)                                      desktop-buffer-misc)
# Line 4193  BUFFER is the buffer speedbar is request Line 4194  BUFFER is the buffer speedbar is request
4194      (Info-find-node first second)      (Info-find-node first second)
4195      (current-buffer))))      (current-buffer))))
4196    
4197    (add-to-list 'desktop-buffer-mode-handlers
4198                 '(Info-mode . Info-restore-desktop-buffer))
4199    
4200  (provide 'info)  (provide 'info)
4201    
4202  ;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac  ;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac

Legend:
Removed from v.1.441  
changed lines
  Added in v.1.442

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26