X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;h=2214088c3561c1f28f04efa78cb54bcf0d6f3bb7;hb=cba592c185ee1b2e4eedc4aaa531495da79d897e;hp=c869160f890faf6f971d9c9b8c5ed48108d6c25a;hpb=8dc001f5e7cf851c06006e489473a85611d348be;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index c869160..2214088 100644 --- a/data-structures.lisp +++ b/data-structures.lisp @@ -42,7 +42,7 @@ (defparameter *net-path* (merge-pathnames *net-dir* *umls-path*)) -(defun umls-path! (p) +(defun set-umls-path (p) (setq *umls-path* (etypecase p (string (parse-namestring p)) (pathname p)))