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:
4c37150
)
Added decimal points to numbers
author
espen
<espen>
Thu, 11 Jan 2007 10:05:59 +0000
(10:05 +0000)
committer
espen
<espen>
Thu, 11 Jan 2007 10:05:59 +0000
(10:05 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 6a5b1162154b4cb2b52d54de9fbeb3768c621640..352d7238c3d6c28ca45f13d33e7f31f96986ca9e 100644
(file)
--- a/
examples/testgtk.lisp
+++ b/
examples/testgtk.lisp
@@
-26,13
+26,13
@@
;; Kimball, Josh MacDonald and others.
-;; $Id: testgtk.lisp,v 1.3
7 2006-09-15 07:44:00
espen Exp $
+;; $Id: testgtk.lisp,v 1.3
8 2007-01-11 10:05:59
espen Exp $
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
(defpackage "TESTGTK"
- (:use "COMMON-LISP" "
GTK
"))
+ (:use "COMMON-LISP" "
CLG
"))
(in-package "TESTGTK")