Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/search.c Mon Aug 13 09:55:30 2007 +0200 +++ b/src/search.c Mon Aug 13 09:56:28 2007 +0200 @@ -2257,7 +2257,8 @@ Charcount len; if (NILP (last_thing_searched)) - error ("match-data called before any match found"); + /*error ("match-data called before any match found");*/ + return Qnil; data = alloca_array (Lisp_Object, 2 * search_regs.num_regs);