[mcclim-cvs] CVS update: mcclim/decls.lisp
Robert Strandh
rstrandh at common-lisp.net
Thu Dec 30 10:09:43 UTC 2004
Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv4521
Modified Files:
decls.lisp
Log Message:
added `fixed-position' to the declaration of the generic
function `invoke-updating-output'.
Date: Thu Dec 30 11:09:41 2004
Author: rstrandh
Index: mcclim/decls.lisp
diff -u mcclim/decls.lisp:1.29 mcclim/decls.lisp:1.30
--- mcclim/decls.lisp:1.29 Tue May 18 12:47:46 2004
+++ mcclim/decls.lisp Thu Dec 30 11:09:40 2004
@@ -122,7 +122,7 @@
;;;; 21.2
(defgeneric invoke-updating-output
(stream continuation record-type unique-id id-test cache-value cache-test
- &key all-new parent-cache))
+ &key fixed-position all-new parent-cache))
;;;; 24.4
(defgeneric presentation-replace-input
More information about the Mcclim-cvs
mailing list