* insdel.c (prepare_to_modify_buffer): Don't set
saved-region-selection if modification hooks are disabled.
This commit is contained in:
parent
01d884cf2e
commit
8b78d5e38f
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-21 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* insdel.c (prepare_to_modify_buffer): Don't set
|
||||
saved-region-selection if modification hooks are disabled.
|
||||
|
||||
2010-10-19 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* cmds.c (Fdelete_char): Doc fix.
|
||||
|
|
|
@ -2051,6 +2051,7 @@ prepare_to_modify_buffer (EMACS_INT start, EMACS_INT end,
|
|||
|
||||
/* If `select-active-regions' is non-nil, save the region text. */
|
||||
if (!NILP (current_buffer->mark_active)
|
||||
&& !inhibit_modification_hooks
|
||||
&& XMARKER (current_buffer->mark)->buffer
|
||||
&& NILP (Vsaved_region_selection)
|
||||
&& (EQ (Vselect_active_regions, Qonly)
|
||||
|
|
Loading…
Add table
Reference in a new issue