Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91a6ba78
Commit
91a6ba78
authored
May 19, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fcall_interactively): Use num_input_events.
parent
6c747f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/callint.c
src/callint.c
+2
-2
No files found.
src/callint.c
View file @
91a6ba78
...
...
@@ -293,11 +293,11 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
else
if
(
string
==
0
)
{
Lisp_Object
input
;
i
=
num_input_
char
s
;
i
=
num_input_
event
s
;
input
=
specs
;
/* Compute the arg values using the user's expression. */
specs
=
Feval
(
specs
);
if
(
i
!=
num_input_
char
s
||
!
NILP
(
record_flag
))
if
(
i
!=
num_input_
event
s
||
!
NILP
(
record_flag
))
{
/* We should record this command on the command history. */
Lisp_Object
values
,
car
;
...
...
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