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

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

[nongnu] elpa/xkcd 7148c2c135 57/82: Add (require 'image) to supress bui


From: ELPA Syncer
Subject: [nongnu] elpa/xkcd 7148c2c135 57/82: Add (require 'image) to supress build warnings.
Date: Mon, 12 Dec 2022 21:59:54 -0500 (EST)

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

    Add (require 'image) to supress build warnings.
---
 xkcd.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xkcd.el b/xkcd.el
index 1207ebb17f..e9f3d92a27 100644
--- a/xkcd.el
+++ b/xkcd.el
@@ -35,6 +35,7 @@
 ;;; Code:
 (require 'json)
 (require 'url)
+(require 'image)
 
 ;;;###autoload
 (define-derived-mode xkcd-mode special-mode "xkcd"



reply via email to

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