aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 328c38c1189..5e37b38b90e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2535,8 +2535,11 @@ back in Emacs 23.1. The affected functions are: 'make-obsolete',
2535 2535
2536** The 'values' variable is now obsolete. 2536** The 'values' variable is now obsolete.
2537 2537
2538** The '&define' keyword in an Edebug specification now disables 2538+++
2539backtracking. 2539** The '&define' keyword in an Edebug specification now disables backtracking.
2540The implementation was buggy, and multiple &define forms in an &or
2541form should be exceedingly rare. See the Info node 'Backtracking' in
2542the Emacs Lisp reference manual for background.
2540 2543
2541 2544
2542* Lisp Changes in Emacs 28.1 2545* Lisp Changes in Emacs 28.1