Update of /project/climacs/cvsroot/climacs In directory clnet:/tmp/cvs-serv20149
Modified Files: gui.lisp Log Message: Drei requires command table objects, not command table designators.
--- /project/climacs/cvsroot/climacs/gui.lisp 2006/12/10 19:44:56 1.234 +++ /project/climacs/cvsroot/climacs/gui.lisp 2007/01/14 19:48:18 1.235 @@ -51,7 +51,7 @@ () (:default-initargs :buffer (make-instance 'climacs-buffer) - :command-table 'global-climacs-table + :command-table (find-command-table 'global-climacs-table) :width 900 :height 400))
;; Ensure that only one pane can be active.