mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
Silence byte-compiler warning
* lisp/emacs-lisp/bytecomp.el (byte-compile-insert-header): Silence byte-compiler warning about "Unused lexical variable".
This commit is contained in:
parent
bb9723b0e2
commit
feb681dc36
@ -2187,8 +2187,7 @@ With argument ARG, insert value in current buffer after the form."
|
|||||||
(defun byte-compile-insert-header (_filename outbuffer)
|
(defun byte-compile-insert-header (_filename outbuffer)
|
||||||
"Insert a header at the start of OUTBUFFER.
|
"Insert a header at the start of OUTBUFFER.
|
||||||
Call from the source buffer."
|
Call from the source buffer."
|
||||||
(let ((dynamic-docstrings byte-compile-dynamic-docstrings)
|
(let ((dynamic byte-compile-dynamic)
|
||||||
(dynamic byte-compile-dynamic)
|
|
||||||
(optimize byte-optimize))
|
(optimize byte-optimize))
|
||||||
(with-current-buffer outbuffer
|
(with-current-buffer outbuffer
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
|
Loading…
Reference in New Issue
Block a user