(search_command): #if 0 previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Feb 1993 05:55:45 +0000 (05:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Feb 1993 05:55:45 +0000 (05:55 +0000)
src/search.c

index abb38c7..0cc5fa7 100644 (file)
@@ -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;