Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8434d0b8
Commit
8434d0b8
authored
Feb 07, 2009
by
Eli Zaretskii
Browse files
(syms_of_coding) <translation-table-for-input>: Modify doc string to
discourage use for character code unification.
parent
23f467da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
etc/NEWS
etc/NEWS
+3
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/coding.c
src/coding.c
+5
-1
No files found.
etc/NEWS
View file @
8434d0b8
...
...
@@ -1530,7 +1530,9 @@ accept a cons of characters as the first argument, and modify all
entries in that range of characters.
+++
*** `translation-table-for-input' is now obsolete.
*** Use of `translation-table-for-input' for character code unification
is now obsolete, since Emacs 23.1 and later uses Unicode as basis for
internal representation of characters.
*** New functions:
...
...
src/ChangeLog
View file @
8434d0b8
2009-02-07 Eli Zaretskii <eliz@gnu.org>
* coding.c (syms_of_coding) <translation-table-for-input>: Modify
doc string to discourage use for character code unification.
2009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* atimer.c (run_timers): Update pending_atimers.
...
...
src/coding.c
View file @
8434d0b8
...
...
@@ -10439,7 +10439,11 @@ decode text as usual. */);
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;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment