From 36f27499f0d8d96deb4f15744f982bed801cf345 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 12 Jun 2013 20:09:02 +0000 Subject: [PATCH] Put a space after the colon when reporting an undefined command. --- src/edwin/comman.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edwin/comman.scm b/src/edwin/comman.scm index 162797ddf..48678ebd0 100644 --- 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))))) -- 2.25.1