[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Fri Jul 21 05:08:27 UTC 2006


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv7710

Modified Files:
	editing.lisp 
Log Message:
Explicitly use the `stream-default-view' function in the CLIM
package. This fix is indicative of a larger problem.


--- /project/climacs/cvsroot/climacs/editing.lisp	2006/07/07 23:59:38	1.2
+++ /project/climacs/cvsroot/climacs/editing.lisp	2006/07/21 05:08:26	1.3
@@ -303,7 +303,7 @@
   "Indent all lines in the region delimited by `mark1' and `mark2'
    according to the rules of the active syntax in `pane'."
   (let* ((buffer (buffer pane))
-         (view (stream-default-view pane))
+         (view (clim:stream-default-view pane))
          (tab-space-count (tab-space-count view))
          (tab-width (and (indent-tabs-mode buffer)
                          tab-space-count))




More information about the Climacs-cvs mailing list