]> git.eshelyaron.com Git - emacs.git/commitdiff
; Avoid byte-compiler warning in package.el
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Jul 2024 05:51:16 +0000 (08:51 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:17:02 +0000 (15:17 +0200)
* lisp/emacs-lisp/package.el (lm-package-needs-footer-line): Declare.

(cherry picked from commit 4a1f2053cdce65efd00de4e211de89f56a549a61)

lisp/emacs-lisp/package.el

index 77c3833289b9855f717e46454e34b8124fb9e2ba..67d0b127b9c7c500e8a526f614c9fecb80168727 100644 (file)
@@ -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.