From 45d0fe315338923b3c9b5a01bf4e73478401e1ee Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Mon, 19 May 2003 10:47:26 +0000 Subject: [PATCH] * src/code/eval.lisp (lambda-list-keywords): Add c:&more. --- code/eval.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/eval.lisp b/code/eval.lisp index a3398d41f..f1f77abe6 100644 --- a/code/eval.lisp +++ b/code/eval.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/eval.lisp,v 1.38 2003/04/19 20:52:43 gerd Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/eval.lisp,v 1.39 2003/05/19 10:47:26 gerd Exp $") ;;; ;;; ********************************************************************** ;;; @@ -61,7 +61,7 @@ (defconstant lambda-list-keywords '(&optional &rest &key &aux &body &whole &allow-other-keys &environment - &parse-body) + &parse-body c:&more) "Keywords that you can put in a lambda-list, supposing you should want to do such a thing.") -- GitLab