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
ccb5c14f
Commit
ccb5c14f
authored
Sep 10, 2007
by
Michaël Cadilhac
Browse files
(Fcall_interactively): Comment fixes.
parent
2db33a18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/callint.c
src/callint.c
+2
-4
No files found.
src/ChangeLog
View file @
ccb5c14f
2007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
* callint.c (Fcall_interactively): Comment fixes.
2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
* callint.c (Fcall_interactively): Use Finteractive_form also for subrs
src/callint.c
View file @
ccb5c14f
...
...
@@ -329,9 +329,7 @@ invoke it. If KEYS is omitted or nil, the return value of
/* If k or K discard an up-event, save it here so it can be retrieved with U */
up_event
=
Qnil
;
/* Decode the kind of function. Either handle it and return,
or go to `lose' if not interactive, or set either STRING or SPECS. */
/* Set SPECS to the interactive form, or barf if not interactive. */
{
Lisp_Object
form
;
GCPRO2
(
function
,
prefix_arg
);
...
...
@@ -343,7 +341,7 @@ invoke it. If KEYS is omitted or nil, the return value of
wrong_type_argument
(
Qcommandp
,
function
);
}
/* If
either SPECS or STRING
is set to a string, use it. */
/* If
SPECS
is set to a string, use it
as an interactive prompt
. */
if
(
STRINGP
(
specs
))
{
/* Make a copy of string so that if a GC relocates specs,
...
...
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