aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2c545b5b221..bb7fdcabaca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1090,6 +1090,15 @@ mouse-wheel-inhibit-click-time variables.
1090 1090
1091** Multilingual Environment (Mule) changes: 1091** Multilingual Environment (Mule) changes:
1092 1092
1093*** You can disable character translation for a file using the -*-
1094construct. Include `enable-character-translation: nil' inside the
1095-*-...-*- to disable any character translation that may happen by
1096various global and per-coding-system translation tables. You can also
1097specify it in a local variable list at the end of the file. For
1098shortcut, instead of using this long variable name, you can append the
1099character "!" at the end of coding-system name specified in -*-
1100construct or in a local variable list.
1101
1093--- 1102---
1094*** Language environment and various default coding systems are setup 1103*** Language environment and various default coding systems are setup
1095more correctly according to the current locale name. If the locale 1104more correctly according to the current locale name. If the locale