]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 07:00:16 +0000 (07:00 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 07:00:16 +0000 (07:00 +0000)
lisp/international/characters.el

index d856693261baf69e02a53a29cd3d1e4639ee6d05..024333c4a88578d0ac4e0ea3a8765e682afbe6de 100644 (file)
   ;; 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)