aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3022ad99d30..f0e00c99eba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -175,6 +175,11 @@ supported on other platforms, but not on Windows due to using the winsock
175 175
176* Lisp Changes in Emacs 23.1 176* Lisp Changes in Emacs 23.1
177 177
178+++
179** inhibit-modification-hooks is bound to t while running modification hooks.
180As a happy consequence, after-change-functions and before-change-functions
181are not bound to nil any more while running an (after|before)-change-function.
182
178** Non-breaking space now acts as whitespace. 183** Non-breaking space now acts as whitespace.
179 184
180+++ 185+++