From: Stefan Kangas Date: Sat, 23 Dec 2023 06:16:53 +0000 (+0100) Subject: ; Silence warning X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a1085f24204b796063a4b4cac8a24cc77d13192;p=emacs.git ; Silence warning (cherry picked from commit 1c9f5add6ccf0bb374b70038c8b03be443c56789) --- diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 1434db3d1f4..fa9903e13e3 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -1150,7 +1150,7 @@ Signal an error if the entire string was not used." (end-of-file expr)))) (declare-function lm-header "lisp-mnt" (header)) -(declare-function lm-package-requires "lisp-mnt" (header)) +(declare-function lm-package-requires "lisp-mnt" (&optional file)) (declare-function lm-website "lisp-mnt" (&optional file)) (declare-function lm-keywords-list "lisp-mnt" (&optional file)) (declare-function lm-maintainers "lisp-mnt" (&optional file))