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