summaryrefslogtreecommitdiff
path: root/lisp/wdired.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-06-21 10:30:50 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-06-21 10:30:50 -0400
commit436ccc6967146e5fbcf7a27a90fb44d0452cb901 (patch)
tree0579a3bcf627661a4cedf9aa69e2d73508263ec7 /lisp/wdired.el
parent869cf5cbc0721bbe9e4df557f4ed3633fb13c05f (diff)
downloademacs-436ccc6967146e5fbcf7a27a90fb44d0452cb901.tar.gz
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
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.
Diffstat (limited to 'lisp/wdired.el')
-rw-r--r--lisp/wdired.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/wdired.el b/lisp/wdired.el
index d2a298bd25b..b52da777533 100644
--- a/lisp/wdired.el
+++ b/lisp/wdired.el
@@ -913,9 +913,4 @@ Like original function but it skips read-only words."
(cons changes errors)))
(provide 'wdired)
-
-;; Local Variables:
-;; byte-compile-dynamic: t
-;; End:
-
;;; wdired.el ends here