aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2007-03-05 01:46:07 +0000
committerKenichi Handa2007-03-05 01:46:07 +0000
commitaca6c0484694b60d1ec4d282af8f3fc6518ac111 (patch)
tree55f580cd91d54fd826ae562bd5a1ae7a46bedf98 /lisp
parent661f3ce930c4ebef15faabc989e6d595bce79c84 (diff)
downloademacs-aca6c0484694b60d1ec4d282af8f3fc6518ac111.tar.gz
emacs-aca6c0484694b60d1ec4d282af8f3fc6518ac111.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/characters.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4bd507a4156..282d62aa2bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-03-05 Kenichi Handa <handa@m17n.org>
2
3 * international/characters.el: Set category `l' (latin) for more
4 characters.
5
12007-03-04 Kim F. Storm <storm@cua.dk> 62007-03-04 Kim F. Storm <storm@cua.dk>
2 7
3 * emacs-lisp/authors.el (authors-aliases): Add alias. 8 * emacs-lisp/authors.el (authors-aliases): Add alias.
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index 48a724c08d1..d856693261b 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -916,7 +916,7 @@
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 920
921 (setq c #x0100) 921 (setq c #x0100)
922 (while (<= c #x0177) 922 (while (<= c #x0177)