Use make-keyword from Alexandria.

This commit is contained in:
Brit Butler 2012-08-21 17:04:49 -04:00
parent 1a05db7fc9
commit 2afde61ad4
2 changed files with 2 additions and 5 deletions

View file

@ -5,10 +5,6 @@
If ARGS is provided, use (apply 'format nil PATH ARGS) as the value of PATH."
(merge-pathnames (apply 'format nil path args) coleslaw-conf:*basedir*))
(defun make-keyword (string)
"Return a keyword matching STRING."
(intern (string-upcase string) :keyword))
(defun to-pathname (file parent)
"Convert an iolib file-path back to a pathname."
(merge-pathnames (file-path-namestring file) parent))

View file

@ -6,7 +6,8 @@
#:read-symlink
#:run-program)
(:import-from :iolib.pathnames #:file-path-namestring)
(:import-from :alexandria #:hash-table-values)
(:import-from :alexandria #:hash-table-values
#:make-keyword)
(:export #:main
#:add-injection
#:render-content