Show
Ignore:
Timestamp:
05/13/06 11:31:18 (3 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

    r4058 r4079  
    294294When this option is true, if you load the compiled file and then move it, 
    295295the functions you loaded will not be able to run.") 
     296;;;###autoload(put 'byte-compile-dynamic 'safe-local-variable 'booleanp) 
    296297 
    297298(defcustom byte-compile-dynamic-docstrings t 
     
    312313  :group 'bytecomp 
    313314  :type 'boolean) 
     315;;;###autoload(put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) 
    314316 
    315317(defcustom byte-optimize-log nil 
     
    356358                      (const obsolete) (const noruntime) 
    357359                      (const cl-functions) (const interactive-only)))) 
     360;;;###autoload(put 'byte-compile-warnings 'safe-local-variable 'booleanp) 
    358361 
    359362(defvar byte-compile-interactive-only-functions 
     
    15901593 
    15911594;; Local Variables:\n;; no-byte-compile: t\n;; End: ") 
     1595;;;###autoload(put 'no-byte-compile 'safe-local-variable 'booleanp) 
    15921596 
    15931597;;;###autoload