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:
parent
413650839b
commit
ffc437583c
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue