[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Sun Jan 14 19:17:11 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv13620/Drei
Modified Files:
drei.lisp
Log Message:
Updated :type option to be correct.
--- /project/mcclim/cvsroot/mcclim/Drei/drei.lisp 2007/01/14 08:22:27 1.13
+++ /project/mcclim/cvsroot/mcclim/Drei/drei.lisp 2007/01/14 19:17:10 1.14
@@ -628,7 +628,7 @@
(%minibuffer :initform nil
:accessor minibuffer
:initarg :minibuffer
- :type (or minibuffer-pane null)
+ :type (or minibuffer-pane pointer-documentation-pane null)
:documentation "The minibuffer pane (or null)
associated with the Drei instance. This may be NIL.")
(%command-table :initform (make-instance 'drei-command-table
More information about the Mcclim-cvs
mailing list