emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/xkcd 57659266fa 65/82: Fix jpg viewing issue.


From: ELPA Syncer
Subject: [nongnu] elpa/xkcd 57659266fa 65/82: Fix jpg viewing issue.
Date: Mon, 12 Dec 2022 21:59:54 -0500 (EST)

branch: elpa/xkcd
commit 57659266fa4efd4b858111a7b4e9de3bb3061259
Author: Tobias Margiani <margianit@gmail.com>
Commit: Tobias Margiani <margianit@gmail.com>

    Fix jpg viewing issue.
---
 xkcd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xkcd.el b/xkcd.el
index 35e352084c..7df771d276 100644
--- a/xkcd.el
+++ b/xkcd.el
@@ -93,7 +93,7 @@ The return value is a string."
     ((string= substr "png")
      'png)
     ((string= substr "jpg")
-     'jpg)
+     'jpeg)
     (t 'gif))))
 
 (defun xkcd-download (url num)



reply via email to

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