add function to make a keyword.
2 files changed, 11 insertions(+), 0 deletions(-) M tests.el M zpresent.el
M tests.el +4 -0
@@ 1329,6 1329,10 @@ +(ert-deftest make-keyword/returns-proper-keyword () + (should (equal (zpresent--make-keyword "pants") + :pants))) + ;;; tests.el ends here
M zpresent.el +7 -0