[mcclim-cvs] CVS mcclim/Drei
thenriksen
thenriksen at common-lisp.net
Wed Jan 17 10:02:10 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Drei
In directory clnet:/tmp/cvs-serv26529
Modified Files:
syntax.lisp
Log Message:
Let standard command tables use editor-commands when used for
syntaxes.
--- /project/mcclim/cvsroot/mcclim/Drei/syntax.lisp 2006/12/04 07:57:36 1.4
+++ /project/mcclim/cvsroot/mcclim/Drei/syntax.lisp 2007/01/17 10:02:08 1.5
@@ -89,7 +89,7 @@
from `editor-table' - the command tables containing the editor
commands will be added automatically, as long as this function
returns T.")
- (:method ((command-table syntax-command-table))
+ (:method ((command-table standard-command-table))
t))
(defgeneric additional-command-tables (editor command-table)
More information about the Mcclim-cvs
mailing list