mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-09 01:05:39 -08:00
* gnus-util.el (image-size): Declare.
This commit is contained in:
parent
986ed13557
commit
3a5fdd45c4
2 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue