]> git.eshelyaron.com Git - emacs.git/commitdiff
; Silence warning
authorStefan Kangas <stefankangas@gmail.com>
Sat, 23 Dec 2023 06:16:53 +0000 (07:16 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 23 Dec 2023 06:26:35 +0000 (07:26 +0100)
lisp/emacs-lisp/package.el

index 1434db3d1f48107bd3fc7fa695026b3ff2332c07..fa9903e13e398bf8fae0e628eda1943240c23fed 100644 (file)
@@ -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))