X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fmodule.lisp;h=59835d32fd051a785cbf32c7cb277fce6e4a4ef3;hb=aa61c7571b33b86981301f34d3acdb66666f53a3;hp=f7f3e5dcd6b905f0a47aa9ad6eb2d207e8f6bdf5;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/module.lisp b/src/code/module.lisp index f7f3e5d..59835d3 100644 --- a/src/code/module.lisp +++ b/src/code/module.lisp @@ -18,9 +18,6 @@ ;;;; files for more information. (in-package "SB!IMPL") - -(file-comment - "$Header$") ;;;; 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)))))