From f6793d25e8d6c2597d37d9fa65bdcb66cce8fcbe Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 15 Jun 2017 21:56:39 -0400 Subject: [PATCH] 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. --- lisp/emacs-lisp/cl-lib.el | 4 ---- lisp/emacs-lisp/cl-macs.el | 1 - 2 files changed, 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: -- 2.39.5