branch: externals/relint
commit 5137ec6fd6c736499d8411461c7a82f1b2491347
Author: Mattias Engdegård <[email protected]>
Commit: Mattias Engdegård <[email protected]>
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