diff lisp/info.el @ 17968:515056981900

(Info-exit): Use bury-buffer simply.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 May 1997 05:02:45 +0000
parents 2465a6a42a60
children a2853a75ce57
line wrap: on
line diff
--- a/lisp/info.el	Tue May 27 04:59:47 1997 +0000
+++ b/lisp/info.el	Tue May 27 05:02:45 1997 +0000
@@ -1213,8 +1213,7 @@
   (interactive)
   (if Info-standalone
       (save-buffers-kill-emacs)
-    (switch-to-buffer (prog1 (other-buffer (current-buffer))
-			(bury-buffer (current-buffer))))))
+    (bury-buffer)))
 
 (defun Info-next-menu-item ()
   (interactive)