From 455af463a1e359c89892b40e5cf69f2545d48908 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 12 Jun 2008 20:53:18 +0000 Subject: [PATCH] (CHAR_TO_BYTE_SAFE): Cut&paste error. --- src/character.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2