]> code.delx.au - gnu-emacs/blobdiff - src/callint.c
Merge from trunk
[gnu-emacs] / src / callint.c
index 21dd3cd4d9d4f6af07fbc0a890ad70b1dfc61556..253f2b9dd09926fbef00f4b71a1ccd3759cdd423 100644 (file)
@@ -335,7 +335,7 @@ invoke it.  If KEYS is omitted or nil, the return value of
       input = specs;
       /* Compute the arg values using the user's expression.  */
       GCPRO2 (input, filter_specs);
-      specs = Feval (specs);
+      specs = Feval (specs, Qnil); /* FIXME: lexbind */
       UNGCPRO;
       if (i != num_input_events || !NILP (record_flag))
        {