From: Stefan Monnier Date: Tue, 28 Dec 2021 14:44:05 +0000 (-0500) Subject: * etc/NEWS (eieio-compat): Rewrite X-Git-Tag: emacs-29.0.90~3397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e31facd84a125d6481c7bb6fd001429d513e6915;p=emacs.git * etc/NEWS (eieio-compat): Rewrite --- diff --git a/etc/NEWS b/etc/NEWS index 01e1a8e940b..3f2bae2d9a7 100644 --- a/etc/NEWS +++ b/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 . .'.