(unicode-data): Fix the previous change.
This commit is contained in:
parent
39787a9bf7
commit
1345675f1f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue