]> code.delx.au - gnu-emacs/commitdiff
(search_command): Fix call to search_buffer.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Feb 1998 00:21:15 +0000 (00:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Feb 1998 00:21:15 +0000 (00:21 +0000)
src/search.c

index c3081f956578d721988560c652bd002fe179e8ba..9781c65d8d0e9af92dd6e072f127503e12dad776 100644 (file)
@@ -892,10 +892,10 @@ search_command (string, bound, noerror, count, direction, RE, posix)
   np = search_buffer (string, PT, PT_BYTE, lim, lim_byte, n, RE,
                      (!NILP (current_buffer->case_fold_search)
                       ? current_buffer->case_canon_table
-                      : make_number (0)),
+                      : Qnil),
                      (!NILP (current_buffer->case_fold_search)
                       ? current_buffer->case_eqv_table
-                      : make_number (0)),
+                      : Qnil),
                      posix);
   if (np <= 0)
     {