Mercurial > emacs
comparison src/ChangeLog @ 109680:b6edc1ea12d7
Avoid restrictions when copying window selection.
* src/keyboard.c (command_loop_1):
* src/insdel.c (prepare_to_modify_buffer): Don't call validate_region.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 07 Aug 2010 16:26:55 -0400 |
parents | 14830418f9fc |
children | 232cf2881573 |
comparison
equal
deleted
inserted
replaced
109679:0e4b6259df92 | 109680:b6edc1ea12d7 |
---|---|
1 2010-08-07 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * keyboard.c (command_loop_1): | |
4 * insdel.c (prepare_to_modify_buffer): Don't call validate_region. | |
5 | |
1 2010-08-07 Chong Yidong <cyd@stupidchicken.com> | 6 2010-08-07 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * insdel.c (prepare_to_modify_buffer): Save active region text to | 8 * insdel.c (prepare_to_modify_buffer): Save active region text to |
4 Vsaved_region_selection. | 9 Vsaved_region_selection. |
5 | 10 |