diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-03 21:27:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-03 21:27:03 +0000 |
commit | 53c63926338489b98e1569b04cbc56628961463a (patch) | |
tree | 03da532837e7d79241c4d7b1a84c000017c53d0c /lisp/info.el | |
parent | 4c4a44f32eac7add0c07863510ec85d85de7b945 (diff) | |
download | emacs-53c63926338489b98e1569b04cbc56628961463a.tar.gz |
(Info-find-node): Use pop-to-buffer.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index ead6ab92c98..28755da156e 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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)) |