X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=data-structures.lisp;fp=data-structures.lisp;h=4672d4b57b00332bb8b71c69d0bd5766adfa46cc;hb=f2f3771917e7d8c2999615d3f30641c8ee251872;hp=c869160f890faf6f971d9c9b8c5ed48108d6c25a;hpb=8dc001f5e7cf851c06006e489473a85611d348be;p=umlisp.git diff --git a/data-structures.lisp b/data-structures.lisp index c869160..4672d4b 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 (setf umls-path) (p) (setq *umls-path* (etypecase p (string (parse-namestring p)) (pathname p)))