1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(Info-find-node): Use pop-to-buffer.

This commit is contained in:
Richard M. Stallman 1996-08-03 21:27:03 +00:00
parent 4c4a44f32e
commit 53c6392633

View File

@ -301,7 +301,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(cons (list Info-current-file Info-current-node (point))
Info-history)))
;; Go into info buffer.
(switch-to-buffer "*info*")
(pop-to-buffer "*info*")
(buffer-disable-undo (current-buffer))
(or (eq major-mode 'Info-mode)
(Info-mode))