From ffc437583cf2c0094f4ea7ec85cee031804abc2b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 May 1997 05:02:45 +0000 Subject: [PATCH] (Info-exit): Use bury-buffer simply. --- lisp/info.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index 0ff0741c358..ec21f5b9ff9 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1213,8 +1213,7 @@ N is the digit argument used to invoke this command." (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) -- 2.39.5