summaryrefslogtreecommitdiffstats
path: root/lisp/clark.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/clark.lisp')
-rw-r--r--lisp/clark.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/clark.lisp b/lisp/clark.lisp
index cefc1a3..f061c23 100644
--- a/lisp/clark.lisp
+++ b/lisp/clark.lisp
@@ -194,7 +194,7 @@ BM should be a list containing the url, name and description of the
bookmark."
(destructuring-bind (url name description) bm
(if *script*
- (format t "~A~A~A" name description url)
+ (format t "~A~A~A" url name description)
(format t "~A~% ~A~% ~A~%~%" url name description))))
(defcommand add (url name description &rest tags)