# HG changeset patch # User Richard M. Stallman # Date 893045311 0 # Node ID 8a32bf93da0403b88001168c773620ff6d7aaa72 # Parent 79703e781c0a7f5ef8b4e05ed7275b4f2d681686 (Fcompare_strings): Require first 6 args. diff -r 79703e781c0a -r 8a32bf93da04 src/fns.c --- a/src/fns.c Mon Apr 20 03:53:06 1998 +0000 +++ b/src/fns.c Mon Apr 20 04:08:31 1998 +0000 @@ -219,7 +219,7 @@ } DEFUN ("compare-strings", Fcompare_strings, - Scompare_strings, 2, 7, 0, + Scompare_strings, 6, 7, 0, "Compare the contents of two strings, converting to multibyte if needed.\n\ In string STR1, skip the first START1 characters and stop at END1.\n\ In string STR2, skip the first START2 characters and stop at END2.\n\