* etc/NEWS (eieio-compat): Rewrite
This commit is contained in:
parent
d257d92d17
commit
e31facd84a
1 changed files with 6 additions and 6 deletions
12
etc/NEWS
12
etc/NEWS
|
@ -88,12 +88,12 @@ time.
|
|||
* Incompatible changes in Emacs 29.1
|
||||
|
||||
---
|
||||
** Support for old EIEIO functions not is autoloaded any more
|
||||
You need to explicitly (require 'eieio-compat) if you need to use
|
||||
the functions `defmethod` and `defgeneric` (which have been made
|
||||
obsolete in Emacs-25 with `cl-defmethod` and `cl-defgeneric`).
|
||||
Similarly files that were compiled with an old EIEIO (Emacs<25),
|
||||
will usually need (require 'eieio-compat).
|
||||
** Support for old EIEIO functions is not autoloaded any more
|
||||
You need an explicit (require 'eieio-compat) to use 'defmethod'
|
||||
and 'defgeneric' (which have been made obsolete in Emacs-25 with
|
||||
'cl-defmethod' and 'cl-defgeneric').
|
||||
Similarly you might need to (require 'eieio-compat) before loading
|
||||
files that were compiled with an old EIEIO (Emacs<25).
|
||||
|
||||
---
|
||||
** 'C-x 8 .' has been moved to 'C-x 8 . .'.
|
||||
|
|
Loading…
Add table
Reference in a new issue