diff options
| author | Stefan Monnier | 2014-04-08 21:48:07 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-08 21:48:07 -0400 |
| commit | 6bc76cee212aab0a2c02f8c28213fc842cc7880f (patch) | |
| tree | 8787b3e73ae2eeaa91f2ef53e5782a2ebe65362d /etc | |
| parent | 1e1a3a324856cf7480030b6dbd7f4476c5130ad9 (diff) | |
| download | emacs-6bc76cee212aab0a2c02f8c28213fc842cc7880f.tar.gz emacs-6bc76cee212aab0a2c02f8c28213fc842cc7880f.zip | |
* src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and
region handling (and don't call signal_before_change) if
inhibit_modification_hooks is set.
(signal_before_change): Don't check inhibit_modification_hooks any more.
* lisp/subr.el (with-silent-modifications): Don't bind deactivate-mark,
buffer-file-name, and buffer-file-truename any more.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -71,6 +71,9 @@ protocols as well as for "telnet" and "ftp" are passed to Tramp. | |||
| 71 | 71 | ||
| 72 | * Incompatible Lisp Changes in Emacs 24.5 | 72 | * Incompatible Lisp Changes in Emacs 24.5 |
| 73 | 73 | ||
| 74 | ** inhibit-modification-hooks now also inhibits lock-file checks as well as | ||
| 75 | active region handling. | ||
| 76 | |||
| 74 | 77 | ||
| 75 | * Lisp Changes in Emacs 24.5 | 78 | * Lisp Changes in Emacs 24.5 |
| 76 | 79 | ||