Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
132b9337
Commit
132b9337
authored
Sep 17, 1994
by
Richard M. Stallman
Browse files
(Fcall_interactively): Use EMACS_INT.
parent
4d2f1389
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/callint.c
src/callint.c
+1
-1
No files found.
src/callint.c
View file @
132b9337
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment