diff lisp/info.el @ 64961:1fa57fbe3d5f

Revert last change.
author Andreas Schwab <schwab@suse.de>
date Sun, 14 Aug 2005 23:44:12 +0000
parents 6af29505ed84
children fc42a1decf2d
line wrap: on
line diff
--- a/lisp/info.el	Sun Aug 14 22:51:06 2005 +0000
+++ b/lisp/info.el	Sun Aug 14 23:44:12 2005 +0000
@@ -4194,9 +4194,8 @@
     (Info-find-node first second)
     (current-buffer))))
 
-(eval-after-load 'desktop
-  '(add-to-list 'desktop-buffer-mode-handlers
-                '(Info-mode . Info-restore-desktop-buffer)))
+(add-to-list 'desktop-buffer-mode-handlers
+	     '(Info-mode . Info-restore-desktop-buffer))
 
 (provide 'info)