aboutsummaryrefslogtreecommitdiffstats
path: root/src/casefiddle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/casefiddle.c')
-rw-r--r--src/casefiddle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/casefiddle.c b/src/casefiddle.c
index 5a40790f87f..9b213bb3cf2 100644
--- a/src/casefiddle.c
+++ b/src/casefiddle.c
@@ -102,7 +102,7 @@ casify_object (enum case_action flag, Lisp_Object obj)
102 inword = (SYNTAX (c) == Sword); 102 inword = (SYNTAX (c) == Sword);
103 if (c != c1) 103 if (c != c1)
104 { 104 {
105 MAKE_CHAR_UNIBYTE (c); 105 MAKE_CHAR_UNIBYTE (c);
106 /* If the char can't be converted to a valid byte, just don't 106 /* If the char can't be converted to a valid byte, just don't
107 change it. */ 107 change it. */
108 if (c >= 0 && c < 256) 108 if (c >= 0 && c < 256)