summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@raeburn.org>2017-06-15 21:56:39 -0400
committerKen Raeburn <raeburn@raeburn.org>2017-07-31 01:05:46 -0400
commitf6793d25e8d6c2597d37d9fa65bdcb66cce8fcbe (patch)
tree2bdea66f14e58a1475202de15c2af314b43c2c7a
parent6794f2e62742011bb969c495f379fdd225a77e53 (diff)
downloademacs-f6793d25e8d6c2597d37d9fa65bdcb66cce8fcbe.tar.gz
Don't use byte-compile-dynamic for stuff we're going to load.
* lisp/emacs-lisp/cl-lib.el: Don't use byte-compile-dynamic. * lisp/emacs-lisp/cl-macs.el: Don't use byte-compile-dynamic.
-rw-r--r--lisp/emacs-lisp/cl-lib.el4
-rw-r--r--lisp/emacs-lisp/cl-macs.el1
2 files changed, 0 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index 6ac08d839b1..15622b3384e 100644
--- a/lisp/emacs-lisp/cl-lib.el
+++ b/lisp/emacs-lisp/cl-lib.el
@@ -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
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index b1ada00f4a4..4f42d635d4b 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -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: