From 54baffa58eba32b1c54c06e2f69d0fae47f397d8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 7 Apr 2013 03:24:08 +0200 Subject: Rename *version* to version Since `*version*' is a constant, it should not be named as a special variable. --- lisp/clark.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/clark.lisp b/lisp/clark.lisp index 165a9d8..6a46de4 100644 --- a/lisp/clark.lisp +++ b/lisp/clark.lisp @@ -70,7 +70,7 @@ the help command." (*exit-status* ,code)) ,@body)) -(defconstant *version* "0.1.0" +(defconstant version "0.1.0" "Clark's version.") (defun add-tags (url-or-id tags) @@ -335,7 +335,7 @@ list of tags." "Usage: clark version Print the version number and exit." - (format t "clark version ~A~%" *version*)) + (format t "clark version ~A~%" version)) (defun clark (args) "Main function. -- cgit v1.2.3-54-g00ecf