Skip to content
Snippets Groups Projects
Commit d2c88cbc authored by wlott's avatar wlott
Browse files

typo.

parent bff4b0a6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.14 1990/11/19 05:08:41 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.15 1990/11/19 06:18:20 wlott Exp $
;;; ;;;
;;; This file contains the macros that are part of the standard ;;; This file contains the macros that are part of the standard
;;; Spice Lisp environment. ;;; Spice Lisp environment.
...@@ -499,8 +499,8 @@ ...@@ -499,8 +499,8 @@
(values (values
`(lambda (,arglist-var ,new-var) `(lambda (,arglist-var ,new-var)
,@local-decs ,@local-decs
,@body)) ,@body)
doc))) doc))))
) ; End of Eval-When. ) ; End of Eval-When.
......
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