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
db70257e
Commit
db70257e
authored
Sep 11, 2002
by
Dave Love
Browse files
Fix last change.
parent
ffb0b9d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/ucs-tables.el
lisp/international/ucs-tables.el
+1
-1
No files found.
lisp/international/ucs-tables.el
View file @
db70257e
...
...
@@ -1100,7 +1100,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
;; Convert the lists to the basic char tables.
;; Ensure `decode-char' doesn't use the fragmentation table.
;; Fixme: handa suggests using the RESTRICTION arg.
(
let
(
utf-8-translation-table-for-decode
)
(
let
(
(
utf-8-translation-table-for-decode
(
make-translation-table
))
)
(
dolist
(
n
(
list
15
14
9
8
7
5
4
3
2
1
))
(
let
((
alist
(
symbol-value
(
intern
(
format
"ucs-8859-%d-alist"
n
)))))
(
dolist
(
pair
alist
)
...
...
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