; Avoid byte-compiler warning in package.el
* lisp/emacs-lisp/package.el (lm-package-needs-footer-line): Declare.
This commit is contained in:
parent
17807a3144
commit
4a1f2053cd
1 changed files with 1 additions and 0 deletions
|
@ -1161,6 +1161,7 @@ Signal an error if the entire string was not used."
|
|||
(declare-function lm-keywords-list "lisp-mnt" (&optional file))
|
||||
(declare-function lm-maintainers "lisp-mnt" (&optional file))
|
||||
(declare-function lm-authors "lisp-mnt" (&optional file))
|
||||
(declare-function lm-package-needs-footer-line "lisp-mnt" (&optional file))
|
||||
|
||||
(defun package-buffer-info ()
|
||||
"Return a `package-desc' describing the package in the current buffer.
|
||||
|
|
Loading…
Add table
Reference in a new issue