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:
parent
4c4a44f32e
commit
53c6392633
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user