Mercurial > emacs
changeset 76328:ba37b237dffb
Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 05 Mar 2007 07:00:16 +0000 |
parents | 04450c7274c8 |
children | 97ef6489b67a |
files | lisp/international/characters.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/characters.el Mon Mar 05 06:58:14 2007 +0000 +++ b/lisp/international/characters.el Mon Mar 05 07:00:16 2007 +0000 @@ -917,7 +917,7 @@ (setq c #x0100) (while (<= c #x02AF) (modify-category-entry (decode-char 'ucs c) ?l) - (setq c (1+ 1))) + (setq c (1+ c))) (setq c #x0100) (while (<= c #x0177)