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

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

[nongnu] elpa/org-drill 82c2ec8b1f 189/251: Replace call to gensym with


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 82c2ec8b1f 189/251: Replace call to gensym with cl-gensym
Date: Mon, 17 Jan 2022 18:59:16 -0500 (EST)

branch: elpa/org-drill
commit 82c2ec8b1fb2fd093648a2c89099ed448f31d70d
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Replace call to gensym with cl-gensym
---
 org-drill.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-drill.el b/org-drill.el
index 890a285875..5e6bc93abc 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -727,7 +727,7 @@ regardless of whether the test was successful.")
 
 
 (defmacro org-drill-pop-random (place)
-  (let ((idx (gensym)))
+  (let ((idx (cl-gensym)))
     `(if (null ,place)
          nil
        (let ((,idx (cl-random (length ,place))))



reply via email to

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