emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114366: * gnus-util.el (image-size): Declare.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114366: * gnus-util.el (image-size): Declare.
Date: Wed, 18 Sep 2013 04:54:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114366
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 21:54:21 -0700
message:
  * gnus-util.el (image-size): Declare.
modified:
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/gnus/gnus-util.el         
gnusutil.el-20091113204419-o5vbwnq5f7feedwu-1140
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-09-17 23:49:48 +0000
+++ b/lisp/gnus/ChangeLog       2013-09-18 04:54:21 +0000
@@ -1,3 +1,7 @@
+2013-09-18  Glenn Morris  <address@hidden>
+
+       * gnus-util.el (image-size): Declare.
+
 2013-09-17  Katsumi Yamaoka  <address@hidden>
 
        * gnus-icalendar.el (gnus-icalendar-event--find-attendee)

=== modified file 'lisp/gnus/gnus-util.el'
--- a/lisp/gnus/gnus-util.el    2013-09-17 07:39:54 +0000
+++ b/lisp/gnus/gnus-util.el    2013-09-18 04:54:21 +0000
@@ -1891,6 +1891,8 @@
             (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]