emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4a1f2053cdc: ; Avoid byte-compiler warning in package.el


From: Eli Zaretskii
Subject: master 4a1f2053cdc: ; Avoid byte-compiler warning in package.el
Date: Sun, 7 Jul 2024 01:51:53 -0400 (EDT)

branch: master
commit 4a1f2053cdce65efd00de4e211de89f56a549a61
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Avoid byte-compiler warning in package.el
    
    * lisp/emacs-lisp/package.el (lm-package-needs-footer-line): Declare.
---
 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 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]