Remove keyword keys to standardize strings as keys convention
This commit is contained in:
@@ -18,5 +18,4 @@
|
||||
(map 'vector func vec))
|
||||
|
||||
(defun string-to-hash-table-key (s)
|
||||
(let ((k2 (string-upcase (string-replace " " s ""))))
|
||||
(intern k2 :keyword)))
|
||||
(string-replace " " s ""))
|
||||
|
||||
Reference in New Issue
Block a user