[gsharp-cvs] CVS gsharp
crhodes
crhodes at common-lisp.net
Tue Jan 15 15:43:52 UTC 2008
Update of /project/gsharp/cvsroot/gsharp
In directory clnet:/tmp/cvs-serv8200
Modified Files:
packages.lisp
Log Message:
Remove name conflict from gsharp package; now gsharp loads.
(It can't yet handle entering notes; fix in mcclim forthcoming.)
--- /project/gsharp/cvsroot/gsharp/packages.lisp 2008/01/15 07:44:37 1.64
+++ /project/gsharp/cvsroot/gsharp/packages.lisp 2008/01/15 15:43:52 1.65
@@ -188,7 +188,7 @@
:gsharp-measure :sdl :midi
:gsharp-play)
(:shadowing-import-from :gsharp-numbering #:number)
- (:shadowing-import-from :gsharp-buffer #:rest)
+ (:shadowing-import-from :gsharp-buffer #:rest #:buffer)
(:export #:gsharp #:edit-file))
(in-package :gsharp-numbering)
More information about the Gsharp-cvs
mailing list