[mcclim-cvs] CVS mcclim/Drei

thenriksen thenriksen at common-lisp.net
Sun Jan 13 22:22:06 UTC 2008


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

Modified Files:
	packages.lisp 
Log Message:
Added facility for ESA for controlling whether or not a buffer is "saveable".

Could be used for more than it currently is (such as integrating the
user-confirmation stuff when the file already exists).


--- /project/mcclim/cvsroot/mcclim/Drei/packages.lisp	2008/01/13 10:33:09	1.40
+++ /project/mcclim/cvsroot/mcclim/Drei/packages.lisp	2008/01/13 22:22:05	1.41
@@ -28,6 +28,8 @@
 
 (defpackage :drei-buffer
   (:use :clim-lisp :flexichain :binseq :esa-utils)
+  ;; Kludge to remove symbol conflicts.
+  (:import-from :esa-io :buffer)
   (:export #:buffer #:standard-buffer
            #:mark #:left-sticky-mark #:right-sticky-mark
            #:standard-left-sticky-mark #:standard-right-sticky-mark




More information about the Mcclim-cvs mailing list