Mercurial > emacs
comparison src/ChangeLog @ 93610:f65c3e4b689b
(insert_from_buffer_1): Don't compare bytes in destination
buffer with byte-size of source buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 03 Apr 2008 20:01:31 +0000 |
parents | f720f3524c72 |
children | 83b8a1d075f3 |
comparison
equal
deleted
inserted
replaced
93609:fbde6ee8b428 | 93610:f65c3e4b689b |
---|---|
1 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination | |
4 buffer with byte-size of source buffer. | |
5 | |
1 2008-04-03 Chong Yidong <cyd@stupidchicken.com> | 6 2008-04-03 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * callint.c (Fcall_interactively): Handle temporary region even | 8 * callint.c (Fcall_interactively): Handle temporary region even |
4 when shift-select-mode is off. | 9 when shift-select-mode is off. |
5 | 10 |