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:
4bf13df
)
Bug fix
author
espen
<espen>
Sun, 6 Mar 2005 11:55:07 +0000
(11:55 +0000)
committer
espen
<espen>
Sun, 6 Mar 2005 11:55:07 +0000
(11:55 +0000)
hello-world.lisp
patch
|
blob
|
blame
|
history
diff --git
a/hello-world.lisp
b/hello-world.lisp
index f6881bfdc5310839168f7bc5906009ff53f94f1c..ab992201e51e93e47bc04b129adc0bb79fff97c6 100644
(file)
--- a/
hello-world.lisp
+++ b/
hello-world.lisp
@@
-6,7
+6,7
@@
(make-instance 'window
; :type :toplevel
:title "Test"
:border-width 5
- :visible :show-children t
+ :visible
t
:show-children t
:child (make-instance 'button
:label "Hello World!"
:signal (list 'clicked