X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-macros.lisp;fp=parse-macros.lisp;h=bf784c202e25432b00fc7501c90918464a07bfdd;hb=99157b76d436e731d8488760fd8c745bb63f0c2d;hp=a775b0faf5a816f15372a7c23b87e6fdb1c7fdc3;hpb=a3d8cc6321a3a8a7bf69d6e95956de946f221528;p=umlisp.git diff --git a/parse-macros.lisp b/parse-macros.lisp index a775b0f..bf784c2 100644 --- a/parse-macros.lisp +++ b/parse-macros.lisp @@ -74,7 +74,6 @@ ,@body)) (defmacro with-umls-file ((line ufile) &body body) - "Opens a UMLS and processes each parsed line with (body) argument" "Opens a UMLS and processes each parsed line with (body) argument" `(with-reading-umls-file (,line (umls-pathname ,ufile)) ,@body))