* src/insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Apr 2014 01:48:07 +0000 (21:48 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Apr 2014 01:48:07 +0000 (21:48 -0400)
commit6bc76cee212aab0a2c02f8c28213fc842cc7880f
tree8787b3e73ae2eeaa91f2ef53e5782a2ebe65362d
parent1e1a3a324856cf7480030b6dbd7f4476c5130ad9
* 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.
etc/NEWS
lisp/ChangeLog
lisp/subr.el
src/ChangeLog
src/insdel.c