From 8d23a584a95cbbdb04aee281ecc82fac1c9305d1 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 13 Nov 1999 21:54:11 +0000 Subject: [PATCH] (insert-char-range-data): Fixed. --- lisp/utf-2000/char-db-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 78c099b..cb4e9e0 100644 --- 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) -- 1.7.10.4