changeset 76321:89f34f4d6060

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2007 01:46:07 +0000
parents 7bc5977e9593
children 052f8c19bfe2
files lisp/ChangeLog lisp/international/characters.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 05 01:45:04 2007 +0000
+++ b/lisp/ChangeLog	Mon Mar 05 01:46:07 2007 +0000
@@ -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.
--- a/lisp/international/characters.el	Mon Mar 05 01:45:04 2007 +0000
+++ b/lisp/international/characters.el	Mon Mar 05 01:46:07 2007 +0000
@@ -916,7 +916,7 @@
   ;; 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)