Fix previous change.
This commit is contained in:
parent
bba31a09c8
commit
f9319888cb
1 changed files with 2 additions and 1 deletions
|
@ -916,7 +916,8 @@
|
|||
;; Latin Extended-A, Latin Extended-B, IPA
|
||||
(setq c #x0100)
|
||||
(while (<= c #x02AF)
|
||||
(modify-category-entry (decode-char 'ucs c) ?l))
|
||||
(modify-category-entry (decode-char 'ucs c) ?l)
|
||||
(setq c (1+ c)))
|
||||
|
||||
(setq c #x0100)
|
||||
(while (<= c #x0177)
|
||||
|
|
Loading…
Add table
Reference in a new issue