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
13d472b8
Commit
13d472b8
authored
Jan 03, 2003
by
Dave Love
Browse files
(utf-translate-cjk): Call
optimize-char-coding-system-table.
parent
7de35017
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/international/utf-8.el
lisp/international/utf-8.el
+1
-0
No files found.
lisp/international/utf-8.el
View file @
13d472b8
...
@@ -277,6 +277,7 @@ default. Also, installing them may be rather slow."
...
@@ -277,6 +277,7 @@ default. Also, installing them may be rather slow."
(
make-hash-table
:test
'eq
))
(
make-hash-table
:test
'eq
))
(
define-translation-hash-table
'utf-subst-table-for-encode
(
define-translation-hash-table
'utf-subst-table-for-encode
(
make-hash-table
:test
'eq
)))
(
make-hash-table
:test
'eq
)))
(
optimize-char-coding-system-table
)
(
set-default
s
v
))
(
set-default
s
v
))
:version
"21.4"
:version
"21.4"
:type
'boolean
:type
'boolean
...
...
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