Change name of setter functions
[umlisp.git] / data-structures.lisp
index c869160f890faf6f971d9c9b8c5ed48108d6c25a..2214088c3561c1f28f04efa78cb54bcf0d6f3bb7 100644 (file)
@@ -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)))