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
f817f028
Commit
f817f028
authored
Mar 29, 2004
by
Kim F. Storm
Browse files
(Fcall_interactively): Fix last change.
From David Ponce <david@dponce.com>
parent
1cd0066c
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 @
f817f028
...
...
@@ -351,7 +351,7 @@ supply if the command inquires which events were used to invoke it. */)
{
Lisp_Object
form
;
GCPRO2
(
function
,
prefix_arg
);
Finteractive_form
(
function
);
form
=
Finteractive_form
(
function
);
UNGCPRO
;
if
(
CONSP
(
form
))
specs
=
filter_specs
=
Fcar
(
XCDR
(
form
));
...
...
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