From: Stefan Kangas Date: Sat, 21 Sep 2024 01:41:26 +0000 (+0200) Subject: ; Delete bug fix from etc/NEWS X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c6ee6e31a66ef9dc85cb4c9846ee0a974236293;p=emacs.git ; Delete bug fix from etc/NEWS * etc/NEWS: Delete bug fix item. No correct program will see a difference in behavior; at worst, the error message when calling `(error)` is now better. Reported by Mattias EngdegÄrd . (cherry picked from commit 1103134a0e1edbd512891e64bad99de10da33ef4) --- diff --git a/etc/NEWS b/etc/NEWS index 232322f8779..7feb5d37613 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -328,9 +328,6 @@ toggle. * Incompatible Lisp Changes in Emacs 31.1 -** The obsolete calling convention of 'error' has been removed. -That convention was: '(error &rest ARGS)'. - ** The 'rx' category name 'chinese-two-byte' must now be spelled correctly. An old alternative name (without the first 'e') has been removed.