diff options
| author | Stefan Monnier | 2019-06-21 10:30:50 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-06-21 10:30:50 -0400 |
| commit | 436ccc6967146e5fbcf7a27a90fb44d0452cb901 (patch) | |
| tree | 0579a3bcf627661a4cedf9aa69e2d73508263ec7 /lisp/progmodes/executable.el | |
| parent | 869cf5cbc0721bbe9e4df557f4ed3633fb13c05f (diff) | |
| download | emacs-436ccc6967146e5fbcf7a27a90fb44d0452cb901.tar.gz emacs-436ccc6967146e5fbcf7a27a90fb44d0452cb901.zip | |
* 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/progmodes/executable.el')
| -rw-r--r-- | lisp/progmodes/executable.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index d7985a7c87a..8d206c38413 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- | 1 | ;;; executable.el --- base functionality for executable interpreter scripts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1996, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1996, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||