summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-02-14 23:22:10 +0100
committerAndrea Corallo <akrl@sdf.org>2020-02-14 23:22:10 +0100
commitf1bc8e480cc9d4a81826b344cac06d0bad88e21e (patch)
tree6d66f34a81e5ea992838b4c56b03a79787ecd5db /lisp/emacs-lisp/bytecomp.el
parentd71801ea34b0607edd02d65e2b3150ecd7c2e8fc (diff)
parent333cc6a037e3b3300ba69ea361de1f8233c50b48 (diff)
downloademacs-f1bc8e480cc9d4a81826b344cac06d0bad88e21e.tar.gz
emacs-f1bc8e480cc9d4a81826b344cac06d0bad88e21e.tar.bz2
emacs-f1bc8e480cc9d4a81826b344cac06d0bad88e21e.zip
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 89a7114f0e8..1f64626a993 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2209,8 +2209,7 @@ With argument ARG, insert value in current buffer after the form."
(defun byte-compile-insert-header (_filename outbuffer)
"Insert a header at the start of OUTBUFFER.
Call from the source buffer."
- (let ((dynamic-docstrings byte-compile-dynamic-docstrings)
- (dynamic byte-compile-dynamic)
+ (let ((dynamic byte-compile-dynamic)
(optimize byte-optimize))
(with-current-buffer outbuffer
(goto-char (point-min))