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