From: Stefan Monnier Date: Thu, 12 Jun 2008 20:53:18 +0000 (+0000) Subject: (CHAR_TO_BYTE_SAFE): Cut&paste error. X-Git-Tag: emacs-pretest-23.0.90~4846 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=455af463a1e359c89892b40e5cf69f2545d48908;p=emacs.git (CHAR_TO_BYTE_SAFE): Cut&paste error. --- diff --git a/src/character.h b/src/character.h index cf73083dd04..b391fe14474 100644 --- a/src/character.h +++ b/src/character.h @@ -73,7 +73,7 @@ along with GNU Emacs. If not, see . */ #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. */