diff options
-rw-r--r-- | sb-eval2.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sb-eval2.lisp b/sb-eval2.lisp index 7df1f09..8216bdf 100644 --- a/sb-eval2.lisp +++ b/sb-eval2.lisp @@ -621,7 +621,7 @@ :format-arguments (list k))) (setq keys-checked-p t)) (go aux)) - (let* ((key (the keyword (pop my-keywords))) + (let* ((key (the symbol (pop my-keywords))) (val* (pop my-default-values*)) (x (getf rest key unbound))) (if (eq unbound x) |