aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/xscheme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el
index c09f53a89e2..bb017f0c33f 100644
--- a/lisp/xscheme.el
+++ b/lisp/xscheme.el
@@ -89,7 +89,7 @@ With argument, asks for a command line."
89 (read-string "Run Scheme: " default) 89 (read-string "Run Scheme: " default)
90 default)))) 90 default))))
91 (setq xscheme-process-command-line command-line) 91 (setq xscheme-process-command-line command-line)
92 (switch-to-buffer (xscheme-start-process command-line))) 92 (pop-to-buffer (xscheme-start-process command-line)))
93 93
94(defun reset-scheme () 94(defun reset-scheme ()
95 "Reset the Scheme process." 95 "Reset the Scheme process."