Fix core dump in char-equal.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Mar 2014 05:35:38 +0000 (22:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Mar 2014 05:35:38 +0000 (22:35 -0700)
commit05b250c2c0063fadbfc345ee0866da0fd846f939
treee594871394cd6dc2a30a8d20f8eeafd73598a296
parentcefcfbcc1b7865dafd615c0fe42e62dbe2660ddd
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
src/ChangeLog
src/editfns.c