aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/callint.c b/src/callint.c
index 707948e856d..a19c424c899 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -263,7 +263,6 @@ invoke it. If KEYS is omitted or nil, the return value of
263 Lisp_Object function, record_flag, keys; 263 Lisp_Object function, record_flag, keys;
264{ 264{
265 Lisp_Object *args, *visargs; 265 Lisp_Object *args, *visargs;
266 Lisp_Object fun;
267 Lisp_Object specs; 266 Lisp_Object specs;
268 Lisp_Object filter_specs; 267 Lisp_Object filter_specs;
269 Lisp_Object teml; 268 Lisp_Object teml;
@@ -317,8 +316,6 @@ invoke it. If KEYS is omitted or nil, the return value of
317 else 316 else
318 enable = Qnil; 317 enable = Qnil;
319 318
320 fun = indirect_function (function);
321
322 specs = Qnil; 319 specs = Qnil;
323 string = 0; 320 string = 0;
324 /* The idea of FILTER_SPECS is to provide away to 321 /* The idea of FILTER_SPECS is to provide away to