]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 14 Jul 2000 02:08:34 +0000 (02:08 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 14 Jul 2000 02:08:34 +0000 (02:08 +0000)
etc/NEWS
src/ChangeLog

index b7449264275a697fd816ce35ea1286abf34a33fe..fea1e0574e36c5aa7bfa0abc1c3f6dcb5b86e658 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,7 +42,7 @@ Previously you would be prompted for a safe coding system.
 ** New variable `inhibit-iso-eacape-detection' determines if the
 coding system detector pays attention to ISO2022's escape sequences.
 If this variable is non-nil, the detector ignores such escape
-sequences.  The default value is nil, and it is not recommended to
+sequences.  The default value is nil, and it is recommended not to
 change it except for such a special case that you always want to read
 any escape code verbatimly.  If you just want to read a specific file
 without decoding escape codes, use C-x RET c
index 0eb6ccd580d661f70fe5a486399e6aeb923b9a09..0a071c9ab68466b13d7b724ffc18c86b52018811 100644 (file)
@@ -1,3 +1,10 @@
+2000-07-14  Kenichi Handa  <handa@etl.go.jp>
+
+       * coding.c (inhibit_iso_escape_detection): New variable.
+       (syms_of_coding): Make it a Lisp variable.
+       (detect_coding_iso2022): If inhibit_iso_escape_detection is
+       nonzero, ignore ISO2022's escape sequence.
+
 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)