# HG changeset patch # User Richard M. Stallman # Date 729755745 0 # Node ID 1c26d0049d4f84dc9dc9e4363da2a221ef585c97 # Parent 7786f61ec63536550aa0ba265d56791dda580c78 (search_command): #if 0 previous change. diff -r 7786f61ec635 -r 1c26d0049d4f src/search.c --- a/src/search.c Mon Feb 15 05:42:13 1993 +0000 +++ b/src/search.c Mon Feb 15 05:55:45 1993 +0000 @@ -502,7 +502,12 @@ { 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;