]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-exit): Use quit-window.
authorKarl Heuer <kwzh@gnu.org>
Tue, 2 Jun 1998 06:55:39 +0000 (06:55 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 2 Jun 1998 06:55:39 +0000 (06:55 +0000)
lisp/info.el

index 9fec6acdeed40181dc91c55fa13fa232295d1eca..244ab2362651440ae4feed31d436ae45b6834b60 100644 (file)
@@ -1254,7 +1254,7 @@ N is the digit argument used to invoke this command."
   (interactive)
   (if Info-standalone
       (save-buffers-kill-emacs)
-    (bury-buffer)))
+    (quit-window)))
 
 (defun Info-next-menu-item ()
   (interactive)