[climacs-cvs] CVS climacs
thenriksen
thenriksen at common-lisp.net
Thu Jul 27 13:58:58 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv26713
Modified Files:
pane.lisp
Log Message:
Updated the undo protocol documentation (and added missing reader to
the implementation).
--- /project/climacs/cvsroot/climacs/pane.lisp 2006/07/24 13:24:40 1.46
+++ /project/climacs/cvsroot/climacs/pane.lisp 2006/07/27 13:58:57 1.47
@@ -60,7 +60,7 @@
((buffer :initarg :buffer)))
(defclass simple-undo-record (climacs-undo-record)
- ((offset :initarg :offset)))
+ ((offset :initarg :offset :reader undo-offset)))
(defclass insert-record (simple-undo-record)
((objects :initarg :objects)))
More information about the Climacs-cvs
mailing list