Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/bytecomp.el

    r4085 r4111  
    27922792                    ;; loaded, this function doesn't exist. 
    27932793                    (or (not (memq handler '(cl-byte-compile-compiler-macro))) 
    2794                         (fboundp handler)) 
     2794                        (functionp handler)) 
    27952795                    (not (and (byte-compile-version-cond 
    27962796                               byte-compile-compatibility)