diff src/casefiddle.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 4f138b03e5ab
children 789c11177579
line wrap: on
line diff
--- a/src/casefiddle.c	Mon Feb 22 14:47:53 1993 +0000
+++ b/src/casefiddle.c	Mon Feb 22 14:48:45 1993 +0000
@@ -65,7 +65,7 @@
 	    }
 	  return obj;
 	}
-      obj = wrong_type_argument (Qchar_or_string_p, obj, 0);
+      obj = wrong_type_argument (Qchar_or_string_p, obj);
     }
 }