From: Richard M. Stallman Date: Mon, 15 Feb 1993 05:55:45 +0000 (+0000) Subject: (search_command): #if 0 previous change. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/a5f217b86ea1ed853fc1b20fc2803de2547be3d9?hp=481399bfac6441d94b3e507ed2ceb622dedbf1d9 (search_command): #if 0 previous change. --- diff --git a/src/search.c b/src/search.c index abb38c7024..0cc5fa7fb7 100644 --- a/src/search.c +++ b/src/search.c @@ -502,7 +502,12 @@ search_command (string, bound, noerror, count, direction, RE) { if (lim < BEGV || lim > ZV) abort (); + SET_PT (lim); + return Qnil; +#if 0 /* This would be clean, but maybe programs depend on + a value of nil here. */ np = lim; +#endif } else return Qnil;