projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d9aab
)
Use `reset-charset-mapping-table' when using external character
author
tomo
<tomo>
Mon, 30 Sep 2002 18:36:30 +0000
(18:36 +0000)
committer
tomo
<tomo>
Mon, 30 Sep 2002 18:36:30 +0000
(18:36 +0000)
database.
lisp/utf-2000/update-cdb.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/update-cdb.el
b/lisp/utf-2000/update-cdb.el
index
f5186f8
..
efae357
100644
(file)
--- a/
lisp/utf-2000/update-cdb.el
+++ b/
lisp/utf-2000/update-cdb.el
@@
-83,6
+83,8
@@
(expand-file-name "system-char-id"
system-char-database-directory)
nil nil t t))
+ (dolist (ccs (charset-list))
+ (reset-charset-mapping-table ccs))
)))
(t
(load "dumped-chars.el")