Change *help-messages* to parameter

When testing in the REPL and reloading the package, using a `defvar'
causes it to collect the names and help messages for commands more than
once. With `defparameter' this variable is reset every time the package
is loaded.
This commit is contained in:
Tom Willemse 2013-10-06 14:35:50 +02:00
parent b6716954f2
commit acc01decbe

View file

@ -22,7 +22,7 @@
(defvar *db* nil
"The database connection.")
(defvar *help-messages* nil
(defparameter *help-messages* nil
"Help texts for commands.")
(defvar *max-command-name-length* 0