[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Tue Feb 6 09:38:30 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv18159
Modified Files:
lisp-syntax.lisp
Log Message:
Added type requirement to the base slot of Lisp syntax.
--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2007/02/06 09:25:08 1.21
+++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2007/02/06 09:38:29 1.22
@@ -63,7 +63,9 @@
last (descending offset).")
(base :initform nil
:documentation "The base which numbers in the buffer are
-expected to be in.")
+expected to be in. If the provided value is NIL, the value of
+`*read-base*' will be used."
+ :type (or null (integer 2 36)))
(option-specified-package :accessor option-specified-package
:initform nil
:documentation "The package
More information about the Mcclim-cvs
mailing list