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

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

[nongnu] elpa/xkcd 86acb5dcb2 55/82: Fix typo in variable name.


From: ELPA Syncer
Subject: [nongnu] elpa/xkcd 86acb5dcb2 55/82: Fix typo in variable name.
Date: Mon, 12 Dec 2022 21:59:53 -0500 (EST)

branch: elpa/xkcd
commit 86acb5dcb260c23e97749c711348a7009fdc4a3a
Author: Vibhav Pant <vibhavp@gmail.com>
Commit: Vibhav Pant <vibhavp@gmail.com>

    Fix typo in variable name.
---
 xkcd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xkcd.el b/xkcd.el
index b9d54247c6..1207ebb17f 100644
--- a/xkcd.el
+++ b/xkcd.el
@@ -197,7 +197,7 @@ If the image is a gif, animate it."
         (number (substring string 0 (string-match "/" string))))
     (xkcd-get (string-to-number number))))
 
-(setq browse-url-browser-function (if xkcd-handle-link
+(setq browse-url-browser-function (if xkcd-handle-links
                                      (lambda (url etc)
                                        (if (string-match "xkcd.com/[0-9]+"
                                             "http://xkcd.com/123/";)



reply via email to

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