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:
8b2993c
)
Put a space after the colon when reporting an undefined command.
author
Taylor R Campbell
<campbell@mumble.net>
Wed, 12 Jun 2013 20:09:02 +0000
(20:09 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 12 Jun 2013 20:09:02 +0000
(20:09 +0000)
src/edwin/comman.scm
patch
|
blob
|
history
diff --git
a/src/edwin/comman.scm
b/src/edwin/comman.scm
index 162797ddf1620331b19937006182ff12ecaa2b5f..48678ebd0fd28c1a7c8fa5e113446b44a5dc150a 100644
(file)
--- a/
src/edwin/comman.scm
+++ b/
src/edwin/comman.scm
@@
-84,7
+84,7
@@
USA.
name
"undefined command"
'()
- (lambda () (editor-error "Undefined command:" name)))))
+ (lambda () (editor-error "Undefined command:
" name)))))
command))
(else
(error:bad-range-argument if-undefined 'NAME->COMMAND)))))