0.8.0.74:
[sbcl.git] / src / compiler / seqtran.lisp
index 82a5fa7..0d6d07f 100644 (file)
                                (specifier-type 'function)))
                (when (policy *compiler-error-context*
                              (> speed inhibit-warnings))
-                 (compiler-note
+                 (compiler-notify
                   "~S may not be a function, so must coerce at run-time."
                   n-fun))
                (once-only ((n-fun `(if (functionp ,n-fun)