(Info-find-node): Use pop-to-buffer.
This commit is contained in:
parent
4c4a44f32e
commit
53c6392633
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue