diff options
| author | Stefan Monnier | 2007-08-16 20:46:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-08-16 20:46:34 +0000 |
| commit | b9c520997ee12e698739c3faca9bf7532a1076f7 (patch) | |
| tree | 300987cdb7737ab37a8feb77291c30ef2e3b81b0 /etc | |
| parent | 44a0e58612792466d9277b253ead9c398b7bf714 (diff) | |
| download | emacs-b9c520997ee12e698739c3faca9bf7532a1076f7.tar.gz emacs-b9c520997ee12e698739c3faca9bf7532a1076f7.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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. | ||
| 180 | As a happy consequence, after-change-functions and before-change-functions | ||
| 181 | are 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 | +++ |