(Fcall_interactively): Use EMACS_INT.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:27:16 +0000 (00:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 00:27:16 +0000 (00:27 +0000)
src/callint.c

index 0f996e1..7645424 100644 (file)
@@ -221,7 +221,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
          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;
     }