Update of /project/mcclim/cvsroot/mcclim/Drei In directory clnet:/tmp/cvs-serv21171/Drei
Modified Files: lisp-syntax.lisp Log Message: Make Drei handle package names given as options at the beginning of the buffer.
--- /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2006/11/22 13:50:44 1.6 +++ /project/mcclim/cvsroot/mcclim/Drei/lisp-syntax.lisp 2006/11/27 12:28:01 1.7 @@ -1376,7 +1376,7 @@ (let ((osp (option-specified-package syntax))) (typecase osp (package osp) - (string osp))) + (string (find-package osp)))) (find-package (option-specified-package syntax)) (find-package :clim-user)))))