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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Sun, 14 Aug 2005 19:44:01 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.443 emacs/lisp/info.el:1.444
*** emacs/lisp/info.el:1.443    Sun Aug 14 17:35:00 2005
--- emacs/lisp/info.el  Sun Aug 14 23:44:01 2005
***************
*** 4194,4202 ****
      (Info-find-node first second)
      (current-buffer))))
  
! (eval-after-load 'desktop
!   '(add-to-list 'desktop-buffer-mode-handlers
!                 '(Info-mode . Info-restore-desktop-buffer)))
  
  (provide 'info)
  
--- 4194,4201 ----
      (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]