emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src coding.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src coding.c
Date: Sat, 07 Feb 2009 10:49:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/02/07 10:49:39

Modified files:
        src            : coding.c 

Log message:
        (syms_of_coding) <translation-table-for-input>: Modify doc string to
        discourage use for character code unification.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/coding.c?cvsroot=emacs&r1=1.411&r2=1.412

Patches:
Index: coding.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/coding.c,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -b -r1.411 -r1.412
--- coding.c    4 Feb 2009 01:52:39 -0000       1.411
+++ coding.c    7 Feb 2009 10:49:39 -0000       1.412
@@ -10439,7 +10439,11 @@
   DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input,
               doc: /* Char table for translating self-inserting characters.
 This is applied to the result of input methods, not their input.
-See also `keyboard-translate-table'.  */);
+See also `keyboard-translate-table'.
+
+Use of this variable for character code unification was rendered
+obsolete in Emacs 23.1 and later, since Unicode is now the basis of
+internal character representation.  */);
     Vtranslation_table_for_input = Qnil;
 
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]