aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/character.h2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
73#define CHAR_TO_BYTE_SAFE(c) \ 73#define CHAR_TO_BYTE_SAFE(c) \
74 (CHAR_BYTE8_P (c) \ 74 (CHAR_BYTE8_P (c) \
75 ? (c) - 0x3FFF00 \ 75 ? (c) - 0x3FFF00 \
76 : multibyte_char_to_unibyte_safe (c, Qnil)) 76 : multibyte_char_to_unibyte_safe (c))
77 77
78/* Nonzero iff BYTE is the 1st byte of a multibyte form of a character 78/* Nonzero iff BYTE is the 1st byte of a multibyte form of a character
79 that corresponds to a raw 8-bit byte. */ 79 that corresponds to a raw 8-bit byte. */