Skip to content
Snippets Groups Projects
Commit 7e697634 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo

parent 1f6d35df
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@
;;; flet works with a large (maximal?) number of arguments
(deftest flet.20
(let* ((n (min (1- lambda-parameters-limit) 1024)))
(let* ((n (min (1- lambda-parameters-limit) 1024))
(vars (loop repeat n collect (gensym))))
(eval
`(eqlt ,n
......
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