# HG changeset patch # User Richard M. Stallman # Date 779761636 0 # Node ID 18e94112cf672e0df794ff056a4a359d9310f89d # Parent 0996472bb39db060e844c84c4515b60f0e76de81 (Fcall_interactively): Use EMACS_INT. diff -r 0996472bb39d -r 18e94112cf67 src/callint.c --- a/src/callint.c Sat Sep 17 00:26:43 1994 +0000 +++ b/src/callint.c Sat Sep 17 00:27:16 1994 +0000 @@ -221,7 +221,7 @@ function = wrong_type_argument (Qcommandp, function); goto retry; } - if ((int) string == 1) + if ((EMACS_INT) string == 1) /* Let SPECS (which is nil) be used as the args. */ string = 0; }