From f53d3815aec361985e7ba19676c47cf2095051ab Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 29 Oct 2013 23:29:51 -0700 Subject: * lisp/emacs-lisp/package.el (lm-homepage): Declare. --- lisp/emacs-lisp/package.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 420980e77f6..957c516f5d3 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -1101,6 +1101,8 @@ Otherwise return nil." str) (error nil)))) +(declare-function lm-homepage "lisp-mnt" (&optional file)) + (defun package-buffer-info () "Return a `package-desc' describing the package in the current buffer. -- cgit v1.2.3