From b20abcb0dfb24d0e6811b402500d005659684745 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Jul 2024 08:51:16 +0300 Subject: [PATCH] ; Avoid byte-compiler warning in package.el * lisp/emacs-lisp/package.el (lm-package-needs-footer-line): Declare. (cherry picked from commit 4a1f2053cdce65efd00de4e211de89f56a549a61) --- lisp/emacs-lisp/package.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 77c3833289b..67d0b127b9c 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. -- 2.39.2