From: Guillermo J. Rozas Date: Tue, 16 Nov 1993 15:58:23 +0000 (+0000) Subject: Fix bug by which strings get inserted in the wrong place. X-Git-Tag: 20090517-FFI~7498 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8efd5b064ef04336db127a153322cc9eaeacb10e;p=mit-scheme.git Fix bug by which strings get inserted in the wrong place. --- diff --git a/etc/xscheme.el b/etc/xscheme.el index 7a52ffb75..afac290f7 100644 --- a/etc/xscheme.el +++ b/etc/xscheme.el @@ -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) @@ -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)