Note in the warning that we are redefining a _js_ compiler macro
authorAttila Lendvai <attila.lendvai@gmail.com>
Wed, 25 Apr 2007 14:58:06 +0000 (14:58 +0000)
committerAttila Lendvai <attila.lendvai@gmail.com>
Wed, 25 Apr 2007 14:58:06 +0000 (14:58 +0000)
src/js.lisp

index 16008fa..86c6aa4 100644 (file)
@@ -215,7 +215,7 @@ forms are compiler macros for JS expressions.")
   (defun undefine-js-compiler-macro (name)
     (declare (type symbol name))
     (when (gethash (symbol-name name) *js-compiler-macros*)
-      (warn "Redefining compiler macro ~S" name)
+      (warn "Redefining js compiler macro ~S" name)
       (remhash (symbol-name name) *js-compiler-macros*))))
 
 (defmacro define-js-compiler-macro (name lambda-list &rest body)