diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2013-07-18 18:00:29 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2013-07-18 18:00:29 +0200 |
commit | 483ea0a709c5d4c1479cb065d2e5dbd6c1e58da0 (patch) | |
tree | f5db0d2299f8b97ab9f414fb7094c992e6f20d4e | |
parent | 674615a4f75a1e74cde65fc1ac0af532a475b05e (diff) |
Fix a typo.
-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 9ae20be..3ee4b22 100644 --- a/sb-eval2.lisp +++ b/sb-eval2.lisp @@ -385,7 +385,7 @@ (declare (ignore more-context more-count)) (declare (ignorable auxp)) (when morep - (error "The interpreter does not support the lambda-list keyword ~D" + (error "The interpreter does not support the lambda-list keyword ~S" 'sb-int:&more)) (let* ((argvars (append required (mapcan #'lambda-binding-vars optional) |