emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/raeburn-startup f6793d2 41/43: Don't use byte-comp


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup f6793d2 41/43: Don't use byte-compile-dynamic for stuff we're going to load.
Date: Mon, 31 Jul 2017 02:11:06 -0400 (EDT)

branch: scratch/raeburn-startup
commit f6793d25e8d6c2597d37d9fa65bdcb66cce8fcbe
Author: Ken Raeburn <address@hidden>
Commit: Ken Raeburn <address@hidden>

    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 6ac08d8..15622b3 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 b1ada00..4f42d63 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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]