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

*** empty log message ***

parent 3673ccf8
No related branches found
No related tags found
No related merge requests found
...@@ -93,9 +93,6 @@ New in this release: ...@@ -93,9 +93,6 @@ New in this release:
- ALLOCATE-INSTANCE working with structures defined with DEFSTRUCT. - ALLOCATE-INSTANCE working with structures defined with DEFSTRUCT.
- 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.
- Condition slots can be read with SLOT-VALUE, written with
(SETF SLOT-VALUE), and checked with SLOT-BOUNDP. It's not
possible to SLOT-MAKUNBOUND them, though.
* 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.
Finish editing this message first!
Please register or to comment