diff options
| author | Stefan Monnier | 2008-04-03 20:01:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-03 20:01:31 +0000 |
| commit | f1a6b2163ced8440664a1e0045f7124298386d01 (patch) | |
| tree | 1869234c370a53e0388436f3325bf41627ed9b92 /src/ChangeLog | |
| parent | ac1491a77fca2b30cbccc3e86e12e0534455df17 (diff) | |
| download | emacs-f1a6b2163ced8440664a1e0045f7124298386d01.tar.gz emacs-f1a6b2163ced8440664a1e0045f7124298386d01.zip | |
(insert_from_buffer_1): Don't compare bytes in destination
buffer with byte-size of source buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2093bb61752..5ae4fc6beb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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 |