diff options
| author | Paul Eggert | 2014-03-25 22:35:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-03-25 22:35:38 -0700 |
| commit | 05b250c2c0063fadbfc345ee0866da0fd846f939 (patch) | |
| tree | e594871394cd6dc2a30a8d20f8eeafd73598a296 /src/ChangeLog | |
| parent | cefcfbcc1b7865dafd615c0fe42e62dbe2660ddd (diff) | |
| download | emacs-05b250c2c0063fadbfc345ee0866da0fd846f939.tar.gz emacs-05b250c2c0063fadbfc345ee0866da0fd846f939.zip | |
Fix core dump in char-equal.
* editfns.c (Fchar_equal): Do not use MAKE_CHAR_MULTIBYTE in
unibyte buffers, as we can't tell whether the characters are
actually unibyte.
Fixes: debbugs:17011
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 72d9f60002a..bf27ece6af7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-03-26 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-03-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix core dump in char-equal (Bug#17011). | ||
| 4 | * editfns.c (Fchar_equal): Do not use MAKE_CHAR_MULTIBYTE in | ||
| 5 | unibyte buffers, as we can't tell whether the characters are | ||
| 6 | actually unibyte. | ||
| 7 | |||
| 3 | * insdel.c (adjust_markers_for_delete): Remove unused local. | 8 | * insdel.c (adjust_markers_for_delete): Remove unused local. |
| 4 | 9 | ||
| 5 | 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com> | 10 | 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com> |