aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el3
1 files changed, 1 insertions, 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."
1213 (interactive) 1213 (interactive)
1214 (if Info-standalone 1214 (if Info-standalone
1215 (save-buffers-kill-emacs) 1215 (save-buffers-kill-emacs)
1216 (switch-to-buffer (prog1 (other-buffer (current-buffer)) 1216 (bury-buffer)))
1217 (bury-buffer (current-buffer))))))
1218 1217
1219(defun Info-next-menu-item () 1218(defun Info-next-menu-item ()
1220 (interactive) 1219 (interactive)