comparison src/callint.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 04fb1d3d6992
children 8cf58355e8a1
comparison
equal deleted inserted replaced
1925:3ddb163a9201 1926:952f2a18f83d
208 { 208 {
209 string = (unsigned char *) XSUBR (fun)->prompt; 209 string = (unsigned char *) XSUBR (fun)->prompt;
210 if (!string) 210 if (!string)
211 { 211 {
212 lose: 212 lose:
213 function = wrong_type_argument (Qcommandp, function, 0); 213 function = wrong_type_argument (Qcommandp, function);
214 goto retry; 214 goto retry;
215 } 215 }
216 if ((int) string == 1) 216 if ((int) string == 1)
217 /* Let SPECS (which is nil) be used as the args. */ 217 /* Let SPECS (which is nil) be used as the args. */
218 string = 0; 218 string = 0;