1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(Info-exit): Use bury-buffer simply.

This commit is contained in:
Richard M. Stallman 1997-05-27 05:02:45 +00:00
parent 413650839b
commit ffc437583c

View file

@ -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)