[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Mon Feb 4 19:06:17 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv29112/Drei
Modified Files:
input-editor.lisp
Log Message:
Fixed some random input-editor bugs.
--- /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2008/02/04 17:20:29 1.40
+++ /project/mcclim/cvsroot/mcclim/Drei/input-editor.lisp 2008/02/04 19:06:17 1.41
@@ -349,7 +349,7 @@
(length old-contents))))
;; We have to return "the position in the input buffer". We
;; return the insertion position.
- buffer-start)))
+ (stream-insertion-pointer stream))))
(defun present-acceptably-to-string (object type view for-context-type)
"Return two values - a string containing the printed
More information about the Mcclim-cvs
mailing list