Update of /project/gsharp/cvsroot/gsharp In directory clnet:/tmp/cvs-serv20957
Modified Files: mf.lisp Log Message: Change convolute -> convolve to go with this morning's mcclim/bezier.lisp commit.
--- /project/gsharp/cvsroot/gsharp/mf.lisp 2006/05/29 19:55:24 1.1 +++ /project/gsharp/cvsroot/gsharp/mf.lisp 2007/07/17 06:36:32 1.2 @@ -589,4 +589,4 @@ ,@body))
(defun draw-path (path) - (climi::convolute-regions *pen* path)) + (climi::convolve-regions *pen* path))