comparison src/coding.c @ 48230:c2ce8280fb97

(Vtranslation_table_for_input): New. (syms_of_coding): DEFVAR it.
author Dave Love <fx@gnu.org>
date Sat, 09 Nov 2002 12:49:31 +0000
parents 9474e269efd1
children f6c59ca557c7
comparison
equal deleted inserted replaced
48229:5d4678fa4feb 48230:c2ce8280fb97
7560 to explicitly specify some coding system that doesn't use ISO2022's 7560 to explicitly specify some coding system that doesn't use ISO2022's
7561 escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */); 7561 escape sequence (e.g `latin-1') on reading by \\[universal-coding-system-argument]. */);
7562 inhibit_iso_escape_detection = 0; 7562 inhibit_iso_escape_detection = 0;
7563 7563
7564 DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input, 7564 DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input,
7565 doc: /* Char table for translating self-inserting characters. */); 7565 doc: /* Char table for translating self-inserting characters.
7566 This is applied to the result of input methods, not their input. See also
7567 `keyboard-translate-table'. */);
7566 Vtranslation_table_for_input = Qnil; 7568 Vtranslation_table_for_input = Qnil;
7567 } 7569 }
7568 7570
7569 char * 7571 char *
7570 emacs_strerror (error_number) 7572 emacs_strerror (error_number)