0.7.2.10:
[sbcl.git] / src / code / module.lisp
index f7f3e5d..59835d3 100644 (file)
@@ -18,9 +18,6 @@
 ;;;; files for more information.
 
 (in-package "SB!IMPL")
-
-(file-comment
-  "$Header$")
 \f
 ;;;; exported specials
 
@@ -93,5 +90,5 @@
     (t (error 'simple-type-error
              :datum name
              :expected-type '(or string symbol)
-             :format-control "Module name must be a string or symbol -- ~S."
+             :format-control "Module name must be a string or symbol: ~S"
              :format-arguments (list name)))))