/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.256 by gerd, Tue Aug 13 19:12:30 2002 UTC revision 1.257 by lektu, Fri Sep 6 09:02:11 2002 UTC
# Line 7539  The default value is `select-safe-coding Line 7539  The default value is `select-safe-coding
7539    DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table,    DEFVAR_LISP ("char-coding-system-table", &Vchar_coding_system_table,
7540                 doc: /* Char-table containing safe coding systems of each characters.                 doc: /* Char-table containing safe coding systems of each characters.
7541  Each element doesn't include such generic coding systems that can  Each element doesn't include such generic coding systems that can
7542  encode any characters.   They are in the first extra slot.  */);  encode any characters.  They are in the first extra slot.  */);
7543    Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil);    Vchar_coding_system_table = Fmake_char_table (Qchar_coding_system, Qnil);
7544    
7545    DEFVAR_BOOL ("inhibit-iso-escape-detection",    DEFVAR_BOOL ("inhibit-iso-escape-detection",

Legend:
Removed from v.1.256  
changed lines
  Added in v.1.257

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26