Update of /project/clim-desktop/cvsroot/clim-desktop In directory clnet:/tmp/cvs-serv3547
Modified Files: climacs.lisp Log Message: Replaced call to ED-IN-CLIMACS by ED.
--- /project/clim-desktop/cvsroot/clim-desktop/climacs.lisp 2008/01/23 20:01:46 1.19 +++ /project/clim-desktop/cvsroot/clim-desktop/climacs.lisp 2008/01/27 22:58:10 1.20 @@ -41,7 +41,7 @@
(define-command (com-edit-in-climacs :command-table global-command-table) ((thing t)) - (edit-in-climacs thing)) + (ed thing))
(define-presentation-to-command-translator global-edit-symbol-definition-translator (symbol com-edit-symbol-definition global-command-table
clim-desktop-cvs@common-lisp.net