aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-07-14 02:03:34 +0000
committerKenichi Handa2000-07-14 02:03:34 +0000
commit26ae8525739b1fef4e1438510d22b2c03c518f1a (patch)
treea49ddad8520be048f70da99de3d67ea4c0ed5d95
parent74383408f31d0b7cdb54990295b83d17f80db298 (diff)
downloademacs-26ae8525739b1fef4e1438510d22b2c03c518f1a.tar.gz
emacs-26ae8525739b1fef4e1438510d22b2c03c518f1a.zip
*** empty log message ***
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 51edc097265..b7449264275 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,6 +39,15 @@ insert a non-ASCII character from your current language environment,
39the file will be saved silently with the appropriate coding. 39the file will be saved silently with the appropriate coding.
40Previously you would be prompted for a safe coding system. 40Previously you would be prompted for a safe coding system.
41 41
42** New variable `inhibit-iso-eacape-detection' determines if the
43coding system detector pays attention to ISO2022's escape sequences.
44If this variable is non-nil, the detector ignores such escape
45sequences. The default value is nil, and it is not recommended to
46change it except for such a special case that you always want to read
47any escape code verbatimly. If you just want to read a specific file
48without decoding escape codes, use C-x RET c
49(`universal-coding-system-argument').
50
42** Variable `default-korean-keyboard' is initialized properly from the 51** Variable `default-korean-keyboard' is initialized properly from the
43environment variable `HANGUL_KEYBOARD_TYPE'. 52environment variable `HANGUL_KEYBOARD_TYPE'.
44 53