emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/search.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/search.c,v
Date: Mon, 11 Feb 2008 05:25:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/02/11 05:25:25

Index: search.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/search.c,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -b -r1.230 -r1.231
--- search.c    1 Feb 2008 16:00:47 -0000       1.230
+++ search.c    11 Feb 2008 05:25:24 -0000      1.231
@@ -1785,7 +1785,7 @@
                ch = -1;
            }
 
-         if (ch >= 0400)
+         if (ch >= 0200)
            j = (ch & 0x3F) | 0200;
          else
            j = *ptr;
@@ -1804,7 +1804,7 @@
              while (1)
                {
                  TRANSLATE (ch, inverse_trt, ch);
-                 if (ch >= 0400)
+                 if (ch >= 0200)
                    j = (ch & 0x3F) | 0200;
                  else
                    j = ch;




reply via email to

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