[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/coding.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/coding.c |
Date: |
Fri, 06 Sep 2002 06:02:52 -0400 |
Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.256 emacs/src/coding.c:1.257
*** emacs/src/coding.c:1.256 Tue Aug 13 15:12:30 2002
--- emacs/src/coding.c Fri Sep 6 05:02:11 2002
***************
*** 7539,7545 ****
DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table,
doc: /* Char-table containing safe coding systems of each
characters.
Each element doesn't include such generic coding systems that can
! encode any characters. They are in the first extra slot. */);
Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil);
DEFVAR_BOOL ("inhibit-iso-escape-detection",
--- 7539,7545 ----
DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table,
doc: /* Char-table containing safe coding systems of each
characters.
Each element doesn't include such generic coding systems that can
! encode any characters. They are in the first extra slot. */);
Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil);
DEFVAR_BOOL ("inhibit-iso-escape-detection",