Put a space after the colon when reporting an undefined command.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 12 Jun 2013 20:09:02 +0000 (20:09 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 12 Jun 2013 20:09:02 +0000 (20:09 +0000)
src/edwin/comman.scm

index 162797ddf1620331b19937006182ff12ecaa2b5f..48678ebd0fd28c1a7c8fa5e113446b44a5dc150a 100644 (file)
@@ -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)))))