[mcclim-cvs] CVS mcclim
rstrandh
rstrandh at common-lisp.net
Sat Aug 1 05:22:52 UTC 2009
Update of /project/mcclim/cvsroot/mcclim
In directory cl-net:/tmp/cvs-serv11826
Modified Files:
stream-output.lisp
Log Message:
Removed some tabs at the request of Cyrus Harmon.
There are lots of tabs in McCLIM source code, so I don't think it is
practical to remove them all right away. Perhaps take the advantage
when there are other modifications as well.
--- /project/mcclim/cvsroot/mcclim/stream-output.lisp 2009/07/31 11:32:21 1.64
+++ /project/mcclim/cvsroot/mcclim/stream-output.lisp 2009/08/01 05:22:51 1.65
@@ -198,12 +198,12 @@
:end-of-page-action :scroll :default-view +textual-view+))
(defmethod stream-force-output :after ((stream
- standard-extended-output-stream))
+ standard-extended-output-stream))
(with-sheet-medium (medium stream)
(medium-force-output medium)))
(defmethod stream-finish-output :after ((stream
- standard-extended-output-stream))
+ standard-extended-output-stream))
(with-sheet-medium (medium stream)
(medium-finish-output medium)))
More information about the Mcclim-cvs
mailing list