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:
4ea9e31
)
(insert-char-range-data): Fixed.
author
tomo
<tomo>
Sat, 13 Nov 1999 21:54:11 +0000
(21:54 +0000)
committer
tomo
<tomo>
Sat, 13 Nov 1999 21:54:11 +0000
(21:54 +0000)
lisp/utf-2000/char-db-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/char-db-util.el
b/lisp/utf-2000/char-db-util.el
index
78c099b
..
cb4e9e0
100644
(file)
--- a/
lisp/utf-2000/char-db-util.el
+++ b/
lisp/utf-2000/char-db-util.el
@@
-366,6
+366,7
@@
(while (<= code max)
(setq char (int-char code))
(insert-char-data-with-variant char)
+ (setq code (1+ code))
)))
(defun write-char-range-data-to-file (min max file)