*** empty log message ***

This commit is contained in:
Kenichi Handa 2007-03-05 01:46:07 +00:00
parent 661f3ce930
commit aca6c04846
2 changed files with 6 additions and 1 deletions

View 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.

View file

@ -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)