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 /src/ChangeLog | |
| 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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ea32a480a6c..531d1f646cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * insdel.c (prepare_to_modify_buffer_1): Cancel lock-file checks and | ||
| 4 | region handling (and don't call signal_before_change) if | ||
| 5 | inhibit_modification_hooks is set. | ||
| 6 | (signal_before_change): Don't check inhibit_modification_hooks any more. | ||
| 7 | |||
| 1 | 2014-04-08 Daniel Colascione <dancol@dancol.org> | 8 | 2014-04-08 Daniel Colascione <dancol@dancol.org> |
| 2 | 9 | ||
| 3 | * alloc.c (sweep_symbols, mark_object): Assert that symbol | 10 | * alloc.c (sweep_symbols, mark_object): Assert that symbol |