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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/regex.c,v
Date: Fri, 24 Nov 2006 09:30:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/24 09:30:44

Index: regex.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/regex.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -b -r1.214 -r1.215
--- regex.c     3 Oct 2006 13:19:18 -0000       1.214
+++ regex.c     24 Nov 2006 09:30:44 -0000      1.215
@@ -4958,7 +4958,7 @@
   /* We use this to map every character in the string. */
   RE_TRANSLATE_TYPE translate = bufp->translate;
 
-  /* Nonzero if we have to concern multibyte character.         */
+  /* Nonzero if we have to concern multibyte character.*/
   const boolean multibyte = RE_MULTIBYTE_P (bufp);
 
   /* Failure point stack.  Each place that can handle a failure further




reply via email to

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