summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kochmanski <daniel@turtleware.eu>2017-10-22 19:33:15 +0200
committerDaniel Kochmanski <daniel@turtleware.eu>2017-10-22 19:33:15 +0200
commit37194a443d1a95f9736019793e17856dbe1e5f03 (patch)
tree7668f30a6600de798bbf18c5e19cc327480c8e28
parenta72e8b233a4cbe493a6dba421079a0a89b3ef8d9 (diff)
examples: don't use sbcl-specific calliteration-10
-rw-r--r--Examples/demodemo.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/demodemo.lisp b/Examples/demodemo.lisp
index 143fe9c2..5b6649c7 100644
--- a/Examples/demodemo.lisp
+++ b/Examples/demodemo.lisp
@@ -223,7 +223,7 @@
(result-list
(make-pane 'list-pane
:value 'clim:region-intersection
- :items (apropos-list "INTER" :clim t)
+ :items (apropos-list "INTER" :clim)
:presentation-type-key (constantly 'list-test-symbol)
:name-key (lambda (x) (format nil "~(~S~)" x))))
(interactor :interactor :height 200))