diff options
| author | Glenn Morris | 2013-09-17 21:54:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-17 21:54:21 -0700 |
| commit | 3a5fdd45c40d64d231e64cc26302af9428e9f4e4 (patch) | |
| tree | 0166c32ef127590022ab73702c4234316330f2ed | |
| parent | 986ed13557e677f6438c130061afeaaa120ae393 (diff) | |
| download | emacs-3a5fdd45c40d64d231e64cc26302af9428e9f4e4.tar.gz emacs-3a5fdd45c40d64d231e64cc26302af9428e9f4e4.zip | |
* gnus-util.el (image-size): Declare.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-util.el | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7805dabc7c8..6d718e7c8f9 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-09-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus-util.el (image-size): Declare. | ||
| 4 | |||
| 1 | 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus-icalendar.el (gnus-icalendar-event--find-attendee) | 7 | * gnus-icalendar.el (gnus-icalendar-event--find-attendee) |
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 4f63f4bdbc0..b682e64716f 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -1891,6 +1891,8 @@ empty directories from OLD-PATH." | |||
| 1891 | (get-char-table ,character ,display-table))) | 1891 | (get-char-table ,character ,display-table))) |
| 1892 | `(aref ,display-table ,character))) | 1892 | `(aref ,display-table ,character))) |
| 1893 | 1893 | ||
| 1894 | (declare-function image-size "image.c" (spec &optional pixels frame)) | ||
| 1895 | |||
| 1894 | (defun gnus-rescale-image (image size) | 1896 | (defun gnus-rescale-image (image size) |
| 1895 | "Rescale IMAGE to SIZE if possible. | 1897 | "Rescale IMAGE to SIZE if possible. |
| 1896 | SIZE is in format (WIDTH . HEIGHT). Return a new image. | 1898 | SIZE is in format (WIDTH . HEIGHT). Return a new image. |