Binding inhibit-modification-hooks was merged into 22.2.

This commit is contained in:
Stefan Monnier
2007-08-21 18:22:54 +00:00
parent 7a252d11f3
commit 030df5f022

View File

@@ -175,11 +175,6 @@ supported on other platforms, but not on Windows due to using the winsock
* Lisp Changes in Emacs 23.1
+++
** inhibit-modification-hooks is bound to t while running modification hooks.
As a happy consequence, after-change-functions and before-change-functions
are not bound to nil any more while running an (after|before)-change-function.
** Non-breaking space now acts as whitespace.
+++