Silence byte-compiler warnings.
* lisp/emacs-lisp/bytecomp.el (byte-compile-insert-header): * lisp/faces.el (crm-separator): Silence byte-compiler. * lisp/progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode) (tool-bar-map): Remove unneeded defvars.
This commit is contained in:
parent
01e147a678
commit
5cb15713d8
4 changed files with 13 additions and 5 deletions
|
@ -1978,7 +1978,7 @@ and will be removed soon. See (elisp)Backquote in the manual."))
|
|||
(widen)
|
||||
(delete-char delta))))
|
||||
|
||||
(defun byte-compile-insert-header (filename outbuffer)
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue