chiark / gitweb /
Renamed from pango-package.lisp
authorespen <espen>
Wed, 27 Oct 2004 15:40:32 +0000 (15:40 +0000)
committerespen <espen>
Wed, 27 Oct 2004 15:40:32 +0000 (15:40 +0000)
pango/defpackage.lisp [new file with mode: 0644]

diff --git a/pango/defpackage.lisp b/pango/defpackage.lisp
new file mode 100644 (file)
index 0000000..8054154
--- /dev/null
@@ -0,0 +1,6 @@
+(defpackage "PANGO"
+  (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
+  (:shadowing-import-from "PCL"
+   "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
+
+