]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 01:46:07 +0000 (01:46 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2007 01:46:07 +0000 (01:46 +0000)
lisp/ChangeLog
lisp/international/characters.el

index 4bd507a415649d5b90e08b7c720dc765fc8a9088..282d62aa2bd1da436eec3a29b61066af5f22dc6a 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-05  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Set category `l' (latin) for more
+       characters.
+
 2007-03-04  Kim F. Storm  <storm@cua.dk>
 
        * emacs-lisp/authors.el (authors-aliases): Add alias.
index 48a724c08d14d121167d9491ee9e924e6a72e39a..d856693261baf69e02a53a29cd3d1e4639ee6d05 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 #x0100)
   (while (<= c #x0177)