Mercurial > emacs
changeset 95858:d719efd8c628
(CHAR_TO_BYTE_SAFE): Cut&paste error.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 12 Jun 2008 20:53:18 +0000 |
parents | 5d1e0dab59fb |
children | 9ae1040f70e5 |
files | src/character.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/character.h Thu Jun 12 20:43:03 2008 +0000 +++ b/src/character.h Thu Jun 12 20:53:18 2008 +0000 @@ -73,7 +73,7 @@ #define CHAR_TO_BYTE_SAFE(c) \ (CHAR_BYTE8_P (c) \ ? (c) - 0x3FFF00 \ - : multibyte_char_to_unibyte_safe (c, Qnil)) + : multibyte_char_to_unibyte_safe (c)) /* Nonzero iff BYTE is the 1st byte of a multibyte form of a character that corresponds to a raw 8-bit byte. */