Eliminate gratuitous space from command prompt. This space is filled
authorChris Hanson <org/chris-hanson/cph>
Mon, 15 Aug 1994 18:46:36 +0000 (18:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 15 Aug 1994 18:46:36 +0000 (18:46 +0000)
in by the PROMPT-FOR-COMMAND- procedures anyway.

v7/src/edwin/intmod.scm

index 4d279f442f9826a10f618d4ea8c122d3717c2a72..ce1f9ea5901c31e8ead076e75f0f7740daf108be 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: intmod.scm,v 1.80 1994/04/23 04:52:27 cph Exp $
+;;;    $Id: intmod.scm,v 1.81 1994/08/15 18:46:36 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-94 Massachusetts Institute of Technology
 ;;;
@@ -933,9 +933,7 @@ If this is an error, the debugger examines the error condition."
   (if (not (and suppress-standard-prompts?
                (or (string=? prompt user-initial-prompt)
                    (member prompt standard-prompts))))
-      (begin
-       (write-string prompt port)
-       (write-char #\space port))))
+      (write-string prompt port)))
 
 (define suppress-standard-prompts? #t)
 (define standard-prompts