From: Richard M. Stallman Date: Sat, 3 Aug 1996 21:27:03 +0000 (+0000) Subject: (Info-find-node): Use pop-to-buffer. X-Git-Tag: emacs-19.34~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53c63926338489b98e1569b04cbc56628961463a;p=emacs.git (Info-find-node): Use pop-to-buffer. --- 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))