diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-07-07 08:51:16 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-07-07 08:51:16 +0300 |
commit | 4a1f2053cdce65efd00de4e211de89f56a549a61 (patch) | |
tree | 28304e6655ec9cb59138e0c8182cbdaf50715dd4 /lisp/emacs-lisp/package.el | |
parent | 17807a3144045305334c85b248ff6cdd93681ab6 (diff) | |
download | emacs-4a1f2053cdce65efd00de4e211de89f56a549a61.tar.gz emacs-4a1f2053cdce65efd00de4e211de89f56a549a61.tar.bz2 emacs-4a1f2053cdce65efd00de4e211de89f56a549a61.zip |
; Avoid byte-compiler warning in package.el
* lisp/emacs-lisp/package.el (lm-package-needs-footer-line): Declare.
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index b0ba886df74..7cae8d68bc0 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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. |