chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0a5ee61
)
Renamed from pango-package.lisp
author
espen
<espen>
Wed, 27 Oct 2004 15:40:32 +0000
(15:40 +0000)
committer
espen
<espen>
Wed, 27 Oct 2004 15:40:32 +0000
(15:40 +0000)
pango/defpackage.lisp
[new file with mode: 0644]
patch
|
blob
diff --git a/pango/defpackage.lisp
b/pango/defpackage.lisp
new file mode 100644
(file)
index 0000000..
8054154
--- /dev/null
+++ b/
pango/defpackage.lisp
@@ -0,0
+1,6
@@
+(defpackage "PANGO"
+ (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
+ (:shadowing-import-from "PCL"
+ "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
+
+