chiark
/
gitweb
/
~mdw
/
clg
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added bindigns to GdkAtom
[clg]
/
gdk
/
defpackage.lisp
1
(defpackage "GDK"
2
(:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
3
(:shadowing-import-from "PCL"
4
"CLASS-NAME" "CLASS-OF" "FIND-CLASS")
5
(:shadow "ATOM"))
6
7