]> git.eshelyaron.com Git - emacs.git/commitdiff
(run-scheme): Use pop-to-buffer.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Aug 1995 14:39:12 +0000 (14:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Aug 1995 14:39:12 +0000 (14:39 +0000)
lisp/xscheme.el

index c09f53a89e281114c74110c1c09f417fc2d7723f..bb017f0c33f579dcf6f251625f0622e55229bd97 100644 (file)
@@ -89,7 +89,7 @@ With argument, asks for a command line."
               (read-string "Run Scheme: " default)
               default))))
   (setq xscheme-process-command-line command-line)
-  (switch-to-buffer (xscheme-start-process command-line)))
+  (pop-to-buffer (xscheme-start-process command-line)))
 
 (defun reset-scheme ()
   "Reset the Scheme process."