Update of /project/stamp/cvsroot/stamp In directory clnet:/tmp/cvs-serv6366
Modified Files: stamp.lisp Log Message: Fix Climacs usage for message composing
--- /project/stamp/cvsroot/stamp/stamp.lisp 2007/01/04 12:01:51 1.9 +++ /project/stamp/cvsroot/stamp/stamp.lisp 2007/01/04 13:37:53 1.10 @@ -413,10 +413,10 @@ (clim:layout-frame *climacs-frame* 800 600) (clim:execute-frame-command *climacs-frame* - `(climacs-gui::com-find-file ,filename)) + `(climacs-core::find-file ,filename)) (clim:execute-frame-command *climacs-frame* - `(climacs-gui::com-insert-file ,content-filename)) + `(climacs-commands::com-insert-file ,content-filename)) (delete-file content-filename))) (*climacs-frame* (clim:make-application-frame 'climacs-gui:climacs)))