aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2014-04-08 21:48:07 -0400
committerStefan Monnier2014-04-08 21:48:07 -0400
commit6bc76cee212aab0a2c02f8c28213fc842cc7880f (patch)
tree8787b3e73ae2eeaa91f2ef53e5782a2ebe65362d /etc
parent1e1a3a324856cf7480030b6dbd7f4476c5130ad9 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f78199b97d7..706d25925e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
75active region handling.
76
74 77
75* Lisp Changes in Emacs 24.5 78* Lisp Changes in Emacs 24.5
76 79