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:
ce17a5a
)
Add missing space to error message.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 22 Apr 1995 19:53:18 +0000
(19:53 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 22 Apr 1995 19:53:18 +0000
(19:53 +0000)
v7/src/edwin/curren.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/curren.scm
b/v7/src/edwin/curren.scm
index 2eecf99e57f7a50c0e72f7e4ac1376e9b7028bb2..1c56dbf03feb4730392be6c9ccd3cc479015749b 100644
(file)
--- a/
v7/src/edwin/curren.scm
+++ b/
v7/src/edwin/curren.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: curren.scm,v 1.11
3 1995/02/07 23:51:22
cph Exp $
+;;; $Id: curren.scm,v 1.11
4 1995/04/22 19:53:18
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-95 Massachusetts Institute of Technology
;;;
@@
-376,7
+376,7
@@
The screen is guaranteed to be deselected at that time."
(if (and (not buffer)
(not (default-object? error?))
error?)
- (editor-error "No buffer named" name))
+ (editor-error "No buffer named
" name))
buffer))
(define (create-buffer name)