emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/regex.c,v
Date: Sat, 15 Mar 2008 14:21:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/03/15 14:21:10

Index: regex.c
===================================================================
RCS file: /sources/emacs/emacs/src/regex.c,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -b -r1.229 -r1.230
--- regex.c     12 Feb 2008 21:26:23 -0000      1.229
+++ regex.c     15 Mar 2008 14:21:07 -0000      1.230
@@ -5590,6 +5590,8 @@
                    if (buf_ch < 0)
                      buf_ch = *d;
                  }
+               else
+                 buf_ch = *d;
                if (buf_ch != pat_ch)
                  {
                    d = dfail;




reply via email to

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