diff options
| author | Kenichi Handa | 2007-03-05 07:00:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-03-05 07:00:16 +0000 |
| commit | f9319888cbb1aec925833bca8f0b27ce1c401daa (patch) | |
| tree | d7eaf174a7c090650c4a4a3c7997de8b3585486e | |
| parent | bba31a09c8142439a135e9f43433f1c301eb863f (diff) | |
| download | emacs-f9319888cbb1aec925833bca8f0b27ce1c401daa.tar.gz emacs-f9319888cbb1aec925833bca8f0b27ce1c401daa.zip | |
Fix previous change.
| -rw-r--r-- | lisp/international/characters.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index d856693261b..024333c4a88 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -916,7 +916,8 @@ | |||
| 916 | ;; Latin Extended-A, Latin Extended-B, IPA | 916 | ;; Latin Extended-A, Latin Extended-B, IPA |
| 917 | (setq c #x0100) | 917 | (setq c #x0100) |
| 918 | (while (<= c #x02AF) | 918 | (while (<= c #x02AF) |
| 919 | (modify-category-entry (decode-char 'ucs c) ?l)) | 919 | (modify-category-entry (decode-char 'ucs c) ?l) |
| 920 | (setq c (1+ c))) | ||
| 920 | 921 | ||
| 921 | (setq c #x0100) | 922 | (setq c #x0100) |
| 922 | (while (<= c #x0177) | 923 | (while (<= c #x0177) |