emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114365: * net/shr.el (image-size, image-animate): D


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114365: * net/shr.el (image-size, image-animate): Declare.
Date: Wed, 18 Sep 2013 04:53:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114365
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 21:53:05 -0700
message:
  * net/shr.el (image-size, image-animate): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/shr.el                shr.el-20101002102929-yfzewk55rsg0mn93-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-18 04:50:54 +0000
+++ b/lisp/ChangeLog    2013-09-18 04:53:05 +0000
@@ -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.

=== modified file 'lisp/net/shr.el'
--- a/lisp/net/shr.el   2013-08-16 15:17:21 +0000
+++ b/lisp/net/shr.el   2013-09-18 04:53:05 +0000
@@ -732,6 +732,10 @@
        (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


reply via email to

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