aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b5df0b69f1..8b22fd38b84 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4079,6 +4079,10 @@ If it is non-nil, the function lists only faces matching this regexp.
4079By setting this variable to a function, you can control 4079By setting this variable to a function, you can control
4080how the editor command loop shows the user an error message. 4080how the editor command loop shows the user an error message.
4081 4081
4082+++
4083*** `debug-on-entry' accepts primitive functions that are not special forms
4084now.
4085
4082** Lisp code indentation features: 4086** Lisp code indentation features:
4083 4087
4084+++ 4088+++