From 1c9f5add6ccf0bb374b70038c8b03be443c56789 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 23 Dec 2023 07:16:53 +0100 Subject: [PATCH] ; Silence warning --- lisp/emacs-lisp/package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2