From 436ccc6967146e5fbcf7a27a90fb44d0452cb901 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 21 Jun 2019 10:30:50 -0400 Subject: * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See bug#11649 for an example problem, and emacs-devel discussion «Prickliness of the "invalid byte code" stuff». * lisp/wid-edit.el, lisp/wdired.el, lisp/vc/pcvs-util.el: * lisp/progmodes/executable.el, lisp/mail/sendmail.el: * lisp/emacs-lisp/cl-seq.el, lisp/emacs-lisp/cl-macs.el: * lisp/emacs-lisp/cl-lib.el, lisp/emacs-lisp/cl-extra.el: * lisp/dired-x.el, lisp/dired-aux.el, lisp/calendar/calendar.el: Don't use byte-compile-dynamic any more. --- lisp/emacs-lisp/cl-seq.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/emacs-lisp/cl-seq.el') diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el index 87c02a6b54f..a15c994bc1a 100644 --- a/lisp/emacs-lisp/cl-seq.el +++ b/lisp/emacs-lisp/cl-seq.el @@ -1038,7 +1038,6 @@ Atoms are compared by `eql'; cons cells are compared recursively. (run-hooks 'cl-seq-load-hook) ;; Local variables: -;; byte-compile-dynamic: t ;; generated-autoload-file: "cl-loaddefs.el" ;; End: -- cgit v1.2.3