From: Glenn Morris Date: Wed, 18 Sep 2013 04:53:05 +0000 (-0700) Subject: * net/shr.el (image-size, image-animate): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=986ed13557e677f6438c130061afeaaa120ae393;p=emacs.git * net/shr.el (image-size, image-animate): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3de40545779..1cb9f9e8aea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -33,6 +33,8 @@ * net/gnutls.el (gnutls-log-level): Declare. + * net/shr.el (image-size, image-animate): Declare. + * simple.el (font-info): Declare. * subr.el (x-popup-dialog): Declare. diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 9cac618b159..b742172be46 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -732,6 +732,10 @@ If EXTERNAL, browse the URL using `shr-external-browser'." (setq payload (base64-decode-string payload))) payload))) +;; Behind display-graphic-p test. +(declare-function image-size "image.c" (spec &optional pixels frame)) +(declare-function image-animate "image" (image &optional index limit)) + (defun shr-put-image (spec alt &optional flags) "Insert image SPEC with a string ALT. Return image. SPEC is either an image data blob, or a list where the first