Mercurial > emacs
changeset 1878:1c26d0049d4f
(search_command): #if 0 previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 15 Feb 1993 05:55:45 +0000 |
parents | 7786f61ec635 |
children | c9b4ece292cc |
files | src/search.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;