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