* lisp/emacs-lisp/package.el: Fix warnings

This commit is contained in:
Artur Malabarba 2015-07-17 23:51:32 +01:00
parent 86814e7a80
commit 6413c10131

View file

@ -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.