Changeset 4111 for trunk/lisp/emacs-lisp/bytecomp.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/emacs-lisp/bytecomp.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emacs-lisp/bytecomp.el
r4085 r4111 2792 2792 ;; loaded, this function doesn't exist. 2793 2793 (or (not (memq handler '(cl-byte-compile-compiler-macro))) 2794 (f boundp handler))2794 (functionp handler)) 2795 2795 (not (and (byte-compile-version-cond 2796 2796 byte-compile-compatibility)
