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)