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

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

[elpa] externals/gnorb b7dce0b 016/449: gnorb-utils.el: Require the cl l


From: Stefan Monnier
Subject: [elpa] externals/gnorb b7dce0b 016/449: gnorb-utils.el: Require the cl library.
Date: Fri, 27 Nov 2020 23:14:59 -0500 (EST)

branch: externals/gnorb
commit b7dce0be24643ba5f0fe35b5a12b7b72852f7931
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    gnorb-utils.el: Require the cl library.
---
 lisp/gnorb-utils.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index 50b1a7d..bda4a2b 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -24,6 +24,7 @@
 
 ;;; Code:
 
+(require 'cl)
 (require 'gnus)
 (require 'bbdb)
 (require 'org)



reply via email to

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