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

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

[nongnu] scratch/rfc-mode 5d0c8096b2 48/52: * rfc-mode.el: Explicitly lo


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode 5d0c8096b2 48/52: * rfc-mode.el: Explicitly load cl-lib dependency.
Date: Wed, 12 Oct 2022 16:29:21 -0400 (EDT)

branch: scratch/rfc-mode
commit 5d0c8096b212857c2717419e2ba4fd22d5e243b2
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Nicolas Martyanoff <khaelin@gmail.com>

    * rfc-mode.el: Explicitly load cl-lib dependency.
---
 rfc-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rfc-mode.el b/rfc-mode.el
index d4556c0ff2..8a2fe7536b 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -29,6 +29,9 @@
 (require 'pcase)
 (require 'seq)
 
+(eval-when-compile
+  (require 'cl-lib))
+
 (declare-function helm-build-sync-source "helm-source")
 (declare-function helm-make-actions "helm-lib")
 



reply via email to

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