aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-10-29 23:29:51 -0700
committerGlenn Morris2013-10-29 23:29:51 -0700
commitf53d3815aec361985e7ba19676c47cf2095051ab (patch)
treeb6aecfa7470ff67a0f0a13f5b446530f8ccef234
parent5413d87335aa2383b2f8ff461ecb3a00816252c8 (diff)
downloademacs-f53d3815aec361985e7ba19676c47cf2095051ab.tar.gz
emacs-f53d3815aec361985e7ba19676c47cf2095051ab.zip
* lisp/emacs-lisp/package.el (lm-homepage): Declare.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/emacs-lisp/package.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7bed49a989a..b1ec58695c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12013-10-30 Glenn Morris <rgm@gnu.org> 12013-10-30 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/package.el (lm-homepage): Declare.
4
3 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): 5 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4 Fix doc typos. 6 Fix doc typos.
5 7
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."
1101 str) 1101 str)
1102 (error nil)))) 1102 (error nil))))
1103 1103
1104(declare-function lm-homepage "lisp-mnt" (&optional file))
1105
1104(defun package-buffer-info () 1106(defun package-buffer-info ()
1105 "Return a `package-desc' describing the package in the current buffer. 1107 "Return a `package-desc' describing the package in the current buffer.
1106 1108