[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Tue May 16 19:38:49 UTC 2006


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

Modified Files:
	lisp-syntax.lisp 
Log Message:
Oops. Added defclass for dot-lexeme.


--- /project/climacs/cvsroot/climacs/lisp-syntax.lisp	2006/05/16 19:33:41	1.67
+++ /project/climacs/cvsroot/climacs/lisp-syntax.lisp	2006/05/16 19:38:49	1.68
@@ -208,6 +208,7 @@
 (defclass comma-lexeme (lisp-lexeme) ())
 (defclass comma-at-lexeme (lisp-lexeme) ())
 (defclass comma-dot-lexeme (lisp-lexeme) ())
+(defclass dot-lexeme (lisp-lexeme) ())
 (defclass form-lexeme (form lisp-lexeme) ())
 (defclass incomplete-character-lexeme (form-lexeme incomplete-form-mixin) ())
 (defclass character-lexeme (form-lexeme) ())




More information about the Climacs-cvs mailing list