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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/regex.c
Date: Fri, 19 Nov 2004 15:00:35 -0500

Index: emacs/src/regex.c
diff -c emacs/src/regex.c:1.195 emacs/src/regex.c:1.196
*** emacs/src/regex.c:1.195     Fri Nov 19 19:36:09 2004
--- emacs/src/regex.c   Fri Nov 19 19:47:39 2004
***************
*** 2545,2552 ****
            re_char *p1 = p;
  
            /* If there's no special whitespace regexp, treat
!              spaces normally.  */
!           if (!whitespace_regexp)
              goto normal_char;
  
            /* Peek past following spaces.  */
--- 2545,2552 ----
            re_char *p1 = p;
  
            /* If there's no special whitespace regexp, treat
!              spaces normally.  And don't try to do this recursively.  */
!           if (!whitespace_regexp || in_subpattern)
              goto normal_char;
  
            /* Peek past following spaces.  */




reply via email to

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