aboutsummaryrefslogtreecommitdiffstats
path: root/enc/emacs_mule.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/emacs_mule.c')
-rw-r--r--enc/emacs_mule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/emacs_mule.c b/enc/emacs_mule.c
index 275c8f47dc..6bd461558e 100644
--- a/enc/emacs_mule.c
+++ b/enc/emacs_mule.c
@@ -336,6 +336,9 @@ OnigEncodingDefine(emacs_mule, Emacs_Mule) = {
onigenc_always_true_is_allowed_reverse_match,
0,
ONIGENC_FLAG_NONE,
+#ifdef ONIG_CASE_MAPPING
+ onigenc_not_support_case_map,
+#endif /* ONIG_CASE_MAPPING */
};
ENC_REPLICATE("stateless-ISO-2022-JP", "Emacs-Mule")