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

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

[nongnu] elpa/autothemer 045bd8819b 2/3: cons cells don't need to be quo


From: ELPA Syncer
Subject: [nongnu] elpa/autothemer 045bd8819b 2/3: cons cells don't need to be quoted in the generated specs
Date: Tue, 9 Aug 2022 05:58:18 -0400 (EDT)

branch: elpa/autothemer
commit 045bd8819b22ed1c5c0a38a5801111539f6cd155
Author: Jason Milkins <jasonm23@gmail.com>
Commit: Jason Milkins <jasonm23@gmail.com>

    cons cells don't need to be quoted in the generated specs
---
 autothemer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autothemer.el b/autothemer.el
index 4eb309b4b3..ac79deaab5 100644
--- a/autothemer.el
+++ b/autothemer.el
@@ -185,7 +185,7 @@ unbound symbols, such as `normal' or `demibold'."
                                 ((stringp it) it)
                                 ((numberp it) it)
                                 ((facep it) `(quote ,it))
-                                ((consp it) `(quote ,it))
+                                ((consp it) it)
                                 ((not (boundp it)) `(quote ,it))
                                 (t it))
                           spec))))



reply via email to

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