Optimize RESTART-BIND.
authorStas Boukarev <stassats@gmail.com>
Thu, 7 Nov 2013 22:45:12 +0000 (02:45 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 7 Nov 2013 22:45:12 +0000 (02:45 +0400)
Change MAKE-RESTART lambda-list to
(name function
 &optional report-function interactive-function test-function)
instead of using the default structure constructor with keywords.
MAKE-RESTART is only used in RESTART-BIND, and this allows for more
compact calls and not having to parse keyword parameters should
make the code slightly faster.


No differences found