Raymond Toy pushed to branch issue-240-clean-up-hashtable-impl at cmucl / cmucl
Commits: ce2eadfc by Raymond Toy at 2023-08-21T13:30:44-07:00 Undo inadvertent indentation change.
- - - - -
1 changed file:
- src/code/list.lisp
Changes:
===================================== src/code/list.lisp ===================================== @@ -828,7 +828,7 @@
(defun intersection (list1 list2 &key key - (test #'eql testp) (test-not nil notp)) + (test #'eql testp) (test-not nil notp)) "Returns the intersection of list1 and list2." (declare (inline member)) (if (and testp notp)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ce2eadfcb1f890cd1c96b6ad...