From a5f217b86ea1ed853fc1b20fc2803de2547be3d9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Feb 1993 05:55:45 +0000 Subject: [PATCH] (search_command): #if 0 previous change. --- src/search.c | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.20.1