From: Richard M. Stallman Date: Tue, 27 May 1997 05:02:45 +0000 (+0000) Subject: (Info-exit): Use bury-buffer simply. X-Git-Tag: emacs-20.1~1978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ffc437583cf2c0094f4ea7ec85cee031804abc2b;p=emacs.git (Info-exit): Use bury-buffer simply. --- 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)