gnus-util.el (image-size): Declare
authorGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 05:25:30 +0000 (05:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 18 Sep 2013 05:25:30 +0000 (05:25 +0000)
lisp/ChangeLog
lisp/gnus-util.el

index 0f86436..76b4906 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 4f63f4b..b682e64 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.