Eval make-command-name during execute
So that it also works when loaded from some other place.
This commit is contained in:
parent
85868d6dcf
commit
8cad2d8582
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ The result contains the url, name and the description of the bookmark."
|
|||
(let ((*package* (in-package :org.ryuslash.clark)))
|
||||
(load (get-rc-location) :if-does-not-exist nil)))
|
||||
|
||||
(eval-when (:compile-toplevel :load-toplevel)
|
||||
(eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(defun make-command-name (base)
|
||||
"Turn BASE into the name of a possible command."
|
||||
(intern (concatenate 'string (string-upcase base) "-COMMAND")
|
||||
|
|
Loading…
Reference in a new issue