diff --git a/core/core-lib.el b/core/core-lib.el index 692cd18b2..0fe864f2f 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -136,7 +136,7 @@ list is returned as-is." (defun doom-keyword-name (keyword) "Returns the string name of KEYWORD (`keywordp') minus the leading colon." (declare (pure t) (side-effect-free t)) - (cl-check-type :test keyword) + (cl-check-type keyword keyword) (substring (symbol-name keyword) 1)) (defmacro doom-log (format-string &rest args)