Fix bug by which strings get inserted in the wrong place.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 16 Nov 1993 15:58:23 +0000 (15:58 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 16 Nov 1993 15:58:23 +0000 (15:58 +0000)
etc/xscheme.el

index 7a52ffb7533a8d93e0f7fc1ae11514307dca75a5..afac290f78115ebc90394ebaaa584bd24eec0246 100644 (file)
@@ -20,7 +20,7 @@
 ;;; Requires C-Scheme release 5 or later
 ;;; Changes to Control-G handler require runtime version 13.85 or later
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/xscheme.el,v 1.31 1993/10/16 05:57:46 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/xscheme.el,v 1.32 1993/11/16 15:58:23 gjr Exp $
 
 (require 'scheme)
 \f
@@ -437,8 +437,6 @@ The strings are concatenated and terminated by a newline."
             (progn
               (reset-scheme)
               (xscheme-wait-for-process)
-              (goto-char (point-max))
-              (apply 'insert-before-markers strings)
               (xscheme-send-string-1 strings))))
        ((xscheme-debugger-mode-p) (error "No sends allowed in debugger mode"))
        ((and (not xscheme-allow-pipelined-evaluation)