diff src/casetab.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 5fe52748a72c
children e94a593c3952
line wrap: on
line diff
--- a/src/casetab.c	Mon Feb 22 14:47:53 1993 +0000
+++ b/src/casetab.c	Mon Feb 22 14:48:45 1993 +0000
@@ -58,7 +58,7 @@
   register Lisp_Object tem;
 
   while (tem = Fcase_table_p (obj), NILP (tem))
-    obj = wrong_type_argument (Qcase_table_p, obj, 0);
+    obj = wrong_type_argument (Qcase_table_p, obj);
   return (obj);
 }