From 53c63926338489b98e1569b04cbc56628961463a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 Aug 1996 21:27:03 +0000 Subject: [PATCH] (Info-find-node): Use pop-to-buffer. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-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)) -- 2.11.4.GIT