Mercurial > emacs
changeset 8819:18e94112cf67
(Fcall_interactively): Use EMACS_INT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Sep 1994 00:27:16 +0000 |
parents | 0996472bb39d |
children | f68749766ed1 |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }