Update of /project/clim-desktop/cvsroot/clim-desktop In directory clnet:/tmp/cvs-serv14923
Modified Files: climacs.lisp Log Message: Fixed to work with the new locations of some Climacs symbols.
--- /project/clim-desktop/cvsroot/clim-desktop/climacs.lisp 2006/07/10 22:14:19 1.14 +++ /project/clim-desktop/cvsroot/clim-desktop/climacs.lisp 2006/08/04 09:26:13 1.15 @@ -1,4 +1,4 @@ -(in-package :climacs-gui) +(in-package :climacs-commands)
(define-command (com-inspect-buffer :name "Inspect Buffer" :command-table base-table) () (clouseau:inspector (buffer (current-window))))
clim-desktop-cvs@common-lisp.net