commit 57b92b3560d61647a6d025b19e034216613874ad
parent d45d6c523aca997977558fbfbcb3940f76b19efb
Author: Tomas Hlavaty <tom@logand.com>
Date: Sun, 15 Sep 2013 16:50:17 +0200
forgot to remove jara2wad4cl package ref
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui.lisp b/ui.lisp
@@ -445,9 +445,9 @@ X | X | X"
;; ((= s i)
;; `(:b (string x)))
((char= #\X x)
- (jara2wad4cl:link (string x)
- (let ((z (pop y)))
- (lambda () (funcall z)))))
+ (link (string x)
+ (let ((z (pop y)))
+ (lambda () (funcall z)))))
(t (string x)))))))))
(defun dialog-widget (show close draw1 draw2 &optional draw3)