From 8efd5b064ef04336db127a153322cc9eaeacb10e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 16 Nov 1993 15:58:23 +0000 Subject: [PATCH] Fix bug by which strings get inserted in the wrong place. --- etc/xscheme.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 2.25.1