diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:54:21 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 21:54:21 -0700 |
commit | 3a5fdd45c40d64d231e64cc26302af9428e9f4e4 (patch) | |
tree | 0166c32ef127590022ab73702c4234316330f2ed /lisp | |
parent | 986ed13557e677f6438c130061afeaaa120ae393 (diff) | |
download | emacs-3a5fdd45c40d64d231e64cc26302af9428e9f4e4.tar.gz emacs-3a5fdd45c40d64d231e64cc26302af9428e9f4e4.tar.bz2 emacs-3a5fdd45c40d64d231e64cc26302af9428e9f4e4.zip |
* gnus-util.el (image-size): Declare.
Diffstat (limited to 'lisp')
-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 @@ +2013-09-18 Glenn Morris <rgm@gnu.org> + + * gnus-util.el (image-size): Declare. + 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org> * 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." (get-char-table ,character ,display-table))) `(aref ,display-table ,character))) +(declare-function image-size "image.c" (spec &optional pixels frame)) + (defun gnus-rescale-image (image size) "Rescale IMAGE to SIZE if possible. SIZE is in format (WIDTH . HEIGHT). Return a new image. |