aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index ae11c7cb24d..960158029c3 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -342,7 +342,7 @@ invoke it. If KEYS is omitted or nil, the return value of
342 input = specs; 342 input = specs;
343 /* Compute the arg values using the user's expression. */ 343 /* Compute the arg values using the user's expression. */
344 GCPRO2 (input, filter_specs); 344 GCPRO2 (input, filter_specs);
345 specs = Feval (specs); 345 specs = Feval (specs); /* FIXME: lexbind */
346 UNGCPRO; 346 UNGCPRO;
347 if (i != num_input_events || !NILP (record_flag)) 347 if (i != num_input_events || !NILP (record_flag))
348 { 348 {