projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63b206
)
; Silence warning
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 23 Dec 2023 06:16:53 +0000
(07:16 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 23 Dec 2023 06:26:35 +0000
(07:26 +0100)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 1434db3d1f48107bd3fc7fa695026b3ff2332c07..fa9903e13e398bf8fae0e628eda1943240c23fed 100644
(file)
--- 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))