Mercurial > hg > xemacs-beta
comparison src/search.c @ 187:b405438285a2 r20-3b20
Import from CVS: tag r20-3b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:56:28 +0200 |
parents | 3d6bfa290dbd |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
186:24ac94803b48 | 187:b405438285a2 |
---|---|
2255 Lisp_Object *data; | 2255 Lisp_Object *data; |
2256 int i; | 2256 int i; |
2257 Charcount len; | 2257 Charcount len; |
2258 | 2258 |
2259 if (NILP (last_thing_searched)) | 2259 if (NILP (last_thing_searched)) |
2260 error ("match-data called before any match found"); | 2260 /*error ("match-data called before any match found");*/ |
2261 return Qnil; | |
2261 | 2262 |
2262 data = alloca_array (Lisp_Object, 2 * search_regs.num_regs); | 2263 data = alloca_array (Lisp_Object, 2 * search_regs.num_regs); |
2263 | 2264 |
2264 len = -1; | 2265 len = -1; |
2265 for (i = 0; i < search_regs.num_regs; i++) | 2266 for (i = 0; i < search_regs.num_regs; i++) |