(unicode-data): Fix the previous change.

This commit is contained in:
Kenichi Handa 2004-04-27 10:54:16 +00:00
parent 39787a9bf7
commit 1345675f1f

View file

@ -1107,7 +1107,6 @@ The list is null if CHAR isn't found in `unicodedata-file'."
(error "`unicodedata-file' %s not found" unicodedata-file))
(save-excursion
(set-buffer (find-file-noselect unicodedata-file t t))
(toggle-read-only 1)
(goto-char (point-min))
(let ((hex (format "%04X" char))
found first last)