changeset 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 12c537361366
children fd9789979c58
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))