diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-29 23:29:51 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-29 23:29:51 -0700 |
commit | f53d3815aec361985e7ba19676c47cf2095051ab (patch) | |
tree | b6aecfa7470ff67a0f0a13f5b446530f8ccef234 /lisp/emacs-lisp | |
parent | 5413d87335aa2383b2f8ff461ecb3a00816252c8 (diff) | |
download | emacs-f53d3815aec361985e7ba19676c47cf2095051ab.tar.gz emacs-f53d3815aec361985e7ba19676c47cf2095051ab.tar.bz2 emacs-f53d3815aec361985e7ba19676c47cf2095051ab.zip |
* lisp/emacs-lisp/package.el (lm-homepage): Declare.
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. |