]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-util.el (image-size): Declare.
authorGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 04:54:21 +0000 (21:54 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 04:54:21 +0000 (21:54 -0700)
lisp/gnus/ChangeLog
lisp/gnus/gnus-util.el

index 7805dabc7c8dd1840bc346ff112f570116c67d42..6d718e7c8f99be84c0b87a0e16283b0e891ce2b1 100644 (file)
@@ -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)
index 4f63f4bdbc0a8cf71591d85e01f87fe5d574c5ed..b682e64716f57a4a52ada649b1e2b284a6683468 100644 (file)
@@ -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.