projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22990eb
)
Change to compensate for IDENTIFY-WORD printing final newline.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 1 Mar 2000 23:46:25 +0000
(23:46 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 1 Mar 2000 23:46:25 +0000
(23:46 +0000)
v7/src/edwin/editor.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/editor.scm
b/v7/src/edwin/editor.scm
index dbb20c55f4559a5aabdda41376d535e205fd9f7c..dea029a0c3c89c595013d6b0da4ad09265a5ab32 100644
(file)
--- a/
v7/src/edwin/editor.scm
+++ b/
v7/src/edwin/editor.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: editor.scm,v 1.24
6 2000/01/10 03:24:54
cph Exp $
+;;; $Id: editor.scm,v 1.24
7 2000/03/01 23:46:25
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
;;;
@@
-182,7
+182,6
@@
(cmdl-message/active
(lambda (port)
(identify-world port)
- (newline port)
(newline port)))
(cmdl-message/strings
"You are in an interaction window of the Edwin editor."