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

*** empty log message ***

parent 938f9014
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,8 @@ New in this release: ...@@ -113,6 +113,8 @@ New in this release:
- With (DEFGENERIC FOO (&REST X &KEY)) (DEFMETHOD FOO (&REST X) X), - With (DEFGENERIC FOO (&REST X &KEY)) (DEFMETHOD FOO (&REST X) X),
(FOO 1) now signals an error. (FOO 1) now signals an error.
- Methods with &OPTIONAL arguments detecting too many args. - Methods with &OPTIONAL arguments detecting too many args.
- DEFGENERIC :ARGUMENT-PRECEDENCE-ORDER option checking.
- SLOT-VALUE, (SETF SLOT-VALUE), SLOT-BOUNDP working with conditions.
* Improvements to Hemlock, the Emacs-like editor: * Improvements to Hemlock, the Emacs-like editor:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment