[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Wed Jan 9 19:26:14 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv8234/Drei
Modified Files:
views.lisp
Log Message:
Start out with a recoreded buffer size of -1 to force reparsing.
--- /project/mcclim/cvsroot/mcclim/Drei/views.lisp 2008/01/08 21:05:50 1.15
+++ /project/mcclim/cvsroot/mcclim/Drei/views.lisp 2008/01/09 19:26:14 1.16
@@ -574,7 +574,7 @@
:documentation "The number of unchanged objects
at the end of the buffer.")
(%recorded-buffer-size :accessor buffer-size
- :initform 0
+ :initform -1
:documentation "The size of the buffer
the last time the view was synchronized."))
(:documentation "A buffer-view that maintains a parse tree of
More information about the Mcclim-cvs
mailing list