Skip to content
Snippets Groups Projects
Commit 45d0fe31 authored by gerd's avatar gerd
Browse files

* src/code/eval.lisp (lambda-list-keywords): Add c:&more.

parent 04f47992
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -61,7 +61,7 @@
(defconstant lambda-list-keywords (defconstant lambda-list-keywords
'(&optional &rest &key &aux &body &whole &allow-other-keys &environment '(&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 "Keywords that you can put in a lambda-list, supposing you should want
to do such a thing.") to do such a thing.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment