/[emacs]/emacs/src/search.c
ViewVC logotype

Diff of /emacs/src/search.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.166 by raeburn, Tue Jul 16 15:49:53 2002 UTC revision 1.167 by raeburn, Tue Jul 16 17:11:56 2002 UTC
# Line 212  compile_pattern (pattern, regp, translat Line 212  compile_pattern (pattern, regp, translat
212        cp = *cpp;        cp = *cpp;
213        /* Entries are initialized to nil, and may be set to nil by        /* Entries are initialized to nil, and may be set to nil by
214           compile_pattern_1 if the pattern isn't valid.  Don't apply           compile_pattern_1 if the pattern isn't valid.  Don't apply
215           XSTRING in those cases.  However, compile_pattern_1 is only           string accessors in those cases.  However, compile_pattern_1
216           applied to the cache entry we pick here to reuse.  So nil           is only applied to the cache entry we pick here to reuse.  So
217           should never appear before a non-nil entry.  */           nil should never appear before a non-nil entry.  */
218        if (NILP (cp->regexp))        if (NILP (cp->regexp))
219          goto compile_it;          goto compile_it;
220        if (SCHARS (cp->regexp) == SCHARS (pattern)        if (SCHARS (cp->regexp) == SCHARS (pattern)

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26