diff src/callint.c @ 8819:18e94112cf67

(Fcall_interactively): Use EMACS_INT.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 1994 00:27:16 +0000
parents f87185e63bbc
children 7dacd83e0fe0
line wrap: on
line diff
--- 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;
     }