[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Tue Nov 14 10:17:13 UTC 2006
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv8244
Modified Files:
base.lisp
Log Message:
Whoops, removed extraneous keyword parameter.
--- /project/mcclim/cvsroot/mcclim/Drei/base.lisp 2006/11/14 07:58:37 1.2
+++ /project/mcclim/cvsroot/mcclim/Drei/base.lisp 2006/11/14 10:17:13 1.3
@@ -199,7 +199,7 @@
(end-of-line mark)
(delete-region offset mark)))))
-(defgeneric extract-line (mark &key from-end whole-line as-string)
+(defgeneric extract-line (mark &key from-end whole-line)
(:documentation "Destructively remove part of a line and return
it. The line `mark' is in indicates which line to perform the
extraction on. The line contents from the beginning of the line
More information about the Mcclim-cvs
mailing list