diff options
| author | Glenn Morris | 2012-11-02 18:44:38 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-11-02 18:44:38 -0400 |
| commit | 00a3b041730e178fe68850b76ac4216af62ea606 (patch) | |
| tree | 6eef4c5f4b9596544f4eaade0a5376fe321666b2 /lisp/ChangeLog | |
| parent | 11fef14abb1fdd7424295c3c50d59bf18bb6c4e7 (diff) | |
| download | emacs-00a3b041730e178fe68850b76ac4216af62ea606.tar.gz emacs-00a3b041730e178fe68850b76ac4216af62ea606.zip | |
No need for filecache.el to load find-lisp when compiling
* lisp/filecache.el (find-lisp-find-files): Autoload it.
(file-cache-add-directory-recursively): Don't require find-lisp.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6c9482c5aa..e4e35a74a45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-11-02 Glenn Morris <rgm@gnu.org> | 1 | 2012-11-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * filecache.el: No need to load find-lisp when compiling. | ||
| 4 | (find-lisp-find-files): Autoload it. | ||
| 5 | (file-cache-add-directory-recursively): Don't require find-lisp. | ||
| 6 | |||
| 3 | * image.el (image-type-from-file-name): Trivial simplification. | 7 | * image.el (image-type-from-file-name): Trivial simplification. |
| 4 | 8 | ||
| 5 | * emacs-lisp/bytecomp.el (byte-compile-eval): | 9 | * emacs-lisp/bytecomp.el (byte-compile-eval): |