[climacs-cvs] CVS update: climacs/gui.lisp
Dan Barlow
dbarlow at common-lisp.net
Fri Jun 17 10:42:33 UTC 2005
Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv1346
Modified Files:
gui.lisp
Log Message:
Fix errant apostrophe that was causing COMMAND-TABLE-NOT-FOUND errors
at odd times
Date: Fri Jun 17 12:42:32 2005
Author: dbarlow
Index: climacs/gui.lisp
diff -u climacs/gui.lisp:1.144 climacs/gui.lisp:1.145
--- climacs/gui.lisp:1.144 Wed Jun 15 08:00:12 2005
+++ climacs/gui.lisp Fri Jun 17 12:42:32 2005
@@ -315,7 +315,7 @@
(progn
(handler-case
(with-input-context
- ('(command :command-table 'global-climacs-table))
+ ('(command :command-table global-climacs-table))
(object)
(process-gestures)
(t
More information about the Climacs-cvs
mailing list