emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/characters.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/characters.el,v
Date: Mon, 05 Mar 2007 07:00:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   07/03/05 07:00:16

Index: characters.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/characters.el,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- characters.el       5 Mar 2007 06:58:14 -0000       1.64
+++ characters.el       5 Mar 2007 07:00:16 -0000       1.65
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]