From: Eli Zaretskii Date: Tue, 28 Dec 2021 17:53:42 +0000 (+0200) Subject: ; * etc/NEWS: Fix punctuation. X-Git-Tag: emacs-29.0.90~3395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5403dcf699688475bb64d093fd6320c1e28ec6e0;p=emacs.git ; * etc/NEWS: Fix punctuation. --- diff --git a/etc/NEWS b/etc/NEWS index 3f2bae2d9a7..96e95967ef7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -88,7 +88,7 @@ time. * Incompatible changes in Emacs 29.1 --- -** Support for old EIEIO functions is not autoloaded any more +** 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').