[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Tue Dec 4 07:45:35 UTC 2007


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

Modified Files:
	core.lisp 
Log Message:
File-finding should work again now.


--- /project/climacs/cvsroot/climacs/core.lisp	2007/11/20 12:59:54	1.14
+++ /project/climacs/cvsroot/climacs/core.lisp	2007/12/04 07:45:35	1.15
@@ -324,7 +324,7 @@
                                    (make-new-buffer)))
                        (pane (current-window)))
                    (setf (offset (point (buffer pane))) (offset (point pane))
-                         (current-buffer) buffer
+                         (buffer pane) buffer
                          (syntax buffer) (make-instance (syntax-class-name-for-filepath filepath)
                                                         :buffer buffer)
                          (file-write-time buffer) (file-write-date filepath))




More information about the Climacs-cvs mailing list