property may contain an anonymous function rather than a symbol.
2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
+ * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
+ property may contain an anonymous function rather than a symbol.
+
* pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
* progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
;; `cl-byte-compile-compiler-macro' but if CL isn't
;; loaded, this function doesn't exist.
(or (not (memq handler '(cl-byte-compile-compiler-macro)))
- (fboundp handler))
+ (functionp handler))
(not (and (byte-compile-version-cond
byte-compile-compatibility)
(get (get fn 'byte-opcode) 'emacs19-opcode))))