Mercurial > emacs
diff src/search.c @ 1926:952f2a18f83d
* callint.c (Fcall_interactively): Pass the correct number of
arguments to wrong_type_argument.
* casefiddle.c (caseify_object): Same.
* casetab.c (check_case_table): Same.
* search.c (Fstore_match_data): Same.
* syntax.c (check_syntax_table): Same.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 22 Feb 1993 14:48:45 +0000 |
| parents | 10895ac08bc6 |
| children | a35d2c5cbb3b |
line wrap: on
line diff
--- a/src/search.c Mon Feb 22 14:47:53 1993 +0000 +++ b/src/search.c Mon Feb 22 14:48:45 1993 +0000 @@ -1359,7 +1359,7 @@ register Lisp_Object marker; if (!CONSP (list) && !NILP (list)) - list = wrong_type_argument (Qconsp, list, 0); + list = wrong_type_argument (Qconsp, list); /* Unless we find a marker with a buffer in LIST, assume that this match data came from a string. */
