aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2007-08-16 20:46:34 +0000
committerStefan Monnier2007-08-16 20:46:34 +0000
commitb9c520997ee12e698739c3faca9bf7532a1076f7 (patch)
tree300987cdb7737ab37a8feb77291c30ef2e3b81b0 /etc
parent44a0e58612792466d9277b253ead9c398b7bf714 (diff)
downloademacs-b9c520997ee12e698739c3faca9bf7532a1076f7.tar.gz
emacs-b9c520997ee12e698739c3faca9bf7532a1076f7.zip
*** empty log message ***
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+++