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 19:36:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/24 19:36:39

Index: regex.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/regex.c,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -b -r1.215 -r1.216
--- regex.c     24 Nov 2006 09:30:44 -0000      1.215
+++ regex.c     24 Nov 2006 19:36:39 -0000      1.216
@@ -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]