* lisp/emacs-lisp/package.el: Fix warnings
This commit is contained in:
parent
86814e7a80
commit
6413c10131
1 changed files with 2 additions and 0 deletions
|
@ -960,6 +960,8 @@ is wrapped around any parts requiring it."
|
|||
|
||||
(declare-function lm-header "lisp-mnt" (header))
|
||||
(declare-function lm-homepage "lisp-mnt" (&optional file))
|
||||
(declare-function lm-maintainer "lisp-mnt" (&optional file))
|
||||
(declare-function lm-authors "lisp-mnt" (&optional file))
|
||||
|
||||
(defun package-buffer-info ()
|
||||
"Return a `package-desc' describing the package in the current buffer.
|
||||
|
|
Loading…
Add table
Reference in a new issue