diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |