[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Fri Feb 8 11:36:37 UTC 2008


Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv16323/Drei

Modified Files:
	input-editor.lisp 
Log Message:
Fixed yet another random input-editor issue.


--- /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp	2008/02/08 11:29:17	1.43
+++ /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp	2008/02/08 11:36:35	1.44
@@ -594,7 +594,7 @@
                ;; No change actually took place, even though IP may
                ;; have moved.
                nil)
-              ((< first-mismatch (stream-scan-pointer stream))
+              ((<= first-mismatch (stream-scan-pointer stream))
                ;; Eek, change before scan pointer - this probably
                ;; changes the scan, so we'll have to rescan
                ;; everything. Bummer!




More information about the Mcclim-cvs mailing list