Fix thinko.
This commit is contained in:
parent
eb1c5d8f83
commit
ad2a05fa3a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ any return value other than nil indicates the injection should be added."
|
|||
(defun theme-package (name)
|
||||
"Find the package matching the theme NAME or signal THEME-DOES-NOT-EXIST."
|
||||
(or (find-package (string-upcase (concatenate 'string "coleslaw.theme." name)))
|
||||
(error 'theme-does-not-exist-error :theme name)))
|
||||
(error 'theme-does-not-exist :theme name)))
|
||||
|
||||
(defun theme-fn (name &optional (package (theme *config*)))
|
||||
"Find the symbol NAME inside PACKAGE which defaults to the theme package."
|
||||
|
|
Loading…
Add table
Reference in a new issue