comparison src/coding.c @ 101854:7e576fc18303

(syms_of_coding) <translation-table-for-input>: Modify doc string to discourage use for character code unification.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Feb 2009 10:49:39 +0000
parents 11ba351ce12b
children 4c1349cf5b50
comparison
equal deleted inserted replaced
101853:1d09fcf5131b 101854:7e576fc18303
10437 inhibit_null_byte_detection = 0; 10437 inhibit_null_byte_detection = 0;
10438 10438
10439 DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input, 10439 DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input,
10440 doc: /* Char table for translating self-inserting characters. 10440 doc: /* Char table for translating self-inserting characters.
10441 This is applied to the result of input methods, not their input. 10441 This is applied to the result of input methods, not their input.
10442 See also `keyboard-translate-table'. */); 10442 See also `keyboard-translate-table'.
10443
10444 Use of this variable for character code unification was rendered
10445 obsolete in Emacs 23.1 and later, since Unicode is now the basis of
10446 internal character representation. */);
10443 Vtranslation_table_for_input = Qnil; 10447 Vtranslation_table_for_input = Qnil;
10444 10448
10445 { 10449 {
10446 Lisp_Object args[coding_arg_max]; 10450 Lisp_Object args[coding_arg_max];
10447 Lisp_Object plist[16]; 10451 Lisp_Object plist[16];