diff lisp/info.el @ 15821:226952a0de08

(Info-find-node): Use pop-to-buffer.
author Richard M. Stallman <rms@gnu.org>
date Sat, 03 Aug 1996 21:27:03 +0000
parents 6beab08ee094
children f3a7e1cb07d6
line wrap: on
line diff
--- a/lisp/info.el	Sat Aug 03 02:53:02 1996 +0000
+++ b/lisp/info.el	Sat Aug 03 21:27:03 1996 +0000
@@ -301,7 +301,7 @@
 	    (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))