From 4643e92f8fa398d564a0d31244c1f4d0916415ee Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 2 Jun 1998 06:55:39 +0000 Subject: [PATCH] (Info-exit): Use quit-window. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 9fec6acdeed..244ab236265 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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) -- 2.39.2