]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't use byte-compile-dynamic for stuff we're going to load.
authorKen Raeburn <raeburn@raeburn.org>
Fri, 16 Jun 2017 01:56:39 +0000 (21:56 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Mon, 31 Jul 2017 05:05:46 +0000 (01:05 -0400)
* lisp/emacs-lisp/cl-lib.el: Don't use byte-compile-dynamic.
* lisp/emacs-lisp/cl-macs.el: Don't use byte-compile-dynamic.

lisp/emacs-lisp/cl-lib.el
lisp/emacs-lisp/cl-macs.el

index 6ac08d839b19430c90e0089167d31e1d31d65d93..15622b3384efc602d251607db5cb7915bbb44ad3 100644 (file)
@@ -666,8 +666,4 @@ of record objects."
    (t
     (advice-remove 'type-of #'cl--old-struct-type-of))))
 
-;; Local variables:
-;; byte-compile-dynamic: t
-;; End:
-
 ;;; cl-lib.el ends here
index b1ada00f4a42f52b771f2aa5f910defa39289459..4f42d635d4bc14e3f9a64b4d955d8c432353c5f4 100644 (file)
@@ -3243,7 +3243,6 @@ STRUCT and SLOT-NAME are symbols.  INST is a structure instance."
 (run-hooks 'cl-macs-load-hook)
 
 ;; Local variables:
-;; byte-compile-dynamic: t
 ;; generated-autoload-file: "cl-loaddefs.el"
 ;; End: