emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/thumbs.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el,v
Date: Thu, 12 Jun 2008 03:56:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/12 03:56:20

Index: thumbs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/thumbs.el,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- thumbs.el   6 May 2008 07:57:54 -0000       1.39
+++ thumbs.el   12 Jun 2008 03:56:17 -0000      1.40
@@ -334,6 +334,8 @@
        ((string-match ".*\\.png\\'" img) 'png)
        ((string-match ".*\\.tiff?\\'" img) 'tiff)))
 
+(declare-function image-size "image.c" (spec &optional pixels frame))
+
 (defun thumbs-file-size (img)
   (let ((i (image-size
            (find-image `((:type ,(thumbs-image-type img) :file ,img))) t)))




reply via email to

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