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

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

[elpa] externals/relint 5137ec6 11/23: Evaluate keywords correctly


From: Mattias Engdegård
Subject: [elpa] externals/relint 5137ec6 11/23: Evaluate keywords correctly
Date: Sun, 29 Sep 2019 15:34:52 -0400 (EDT)

branch: externals/relint
commit 5137ec6fd6c736499d8411461c7a82f1b2491347
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Evaluate keywords correctly
    
    Auto-quote them as they should be.
---
 relint.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/relint.el b/relint.el
index fab4e44..546c311 100644
--- a/relint.el
+++ b/relint.el
@@ -502,6 +502,7 @@ not be evaluated safely."
   (if (atom form)
       (cond
        ((booleanp form) form)
+       ((keywordp form) form)
        ((symbolp form)
         (let ((local (assq form relint--locals)))
           (if local



reply via email to

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