emacs-diffs
[Top][All Lists]
Advanced

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

master 71bf21f 3/3: Fix image-animate declaration


From: Lars Ingebrigtsen
Subject: master 71bf21f 3/3: Fix image-animate declaration
Date: Thu, 11 Nov 2021 21:32:00 -0500 (EST)

branch: master
commit 71bf21f58b0579984d4420a6338dcf3508b26510
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix image-animate declaration
    
    * lisp/net/shr.el (image-animate): Fix declaration.
---
 lisp/net/shr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 19d324b..fd74693 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -1137,7 +1137,7 @@ the mouse click event."
 
 ;; Behind display-graphic-p test.
 (declare-function image-size "image.c" (spec &optional pixels frame))
-(declare-function image-animate "image" (image &optional index limit))
+(declare-function image-animate "image" (image &optional index limit position))
 
 (defun shr-put-image (spec alt &optional flags)
   "Insert image SPEC with a string ALT.  Return image.



reply via email to

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