diff options
| author | Glenn Morris | 2012-11-02 18:41:35 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-11-02 18:41:35 -0400 |
| commit | 11fef14abb1fdd7424295c3c50d59bf18bb6c4e7 (patch) | |
| tree | b409ef1a086c3810192adbf51211fd46da103295 /lisp/ChangeLog | |
| parent | 3a6851d9b459836e1a72af13f44a17d02d9fccc9 (diff) | |
| download | emacs-11fef14abb1fdd7424295c3c50d59bf18bb6c4e7.tar.gz emacs-11fef14abb1fdd7424295c3c50d59bf18bb6c4e7.zip | |
* lisp/image.el (image-type-from-file-name): Trivial simplification.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 747bbba97c4..a6c9482c5aa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-11-02 Glenn Morris <rgm@gnu.org> | 1 | 2012-11-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * image.el (image-type-from-file-name): Trivial simplification. | ||
| 4 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-eval): | 5 | * emacs-lisp/bytecomp.el (byte-compile-eval): |
| 4 | Decouple "noruntime" and "cl-functions" warnings. | 6 | Decouple "noruntime" and "cl-functions" warnings. |
| 5 | 7 | ||