From: Glenn Morris Date: Thu, 13 Sep 2007 05:50:11 +0000 (+0000) Subject: Johan Bockg� X-Git-Tag: emacs-pretest-23.0.90~10931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85d70001b265d9da65c24c94037dd77ad54ecea3;p=emacs.git Johan Bockg� (Fcall_interactively): Remove unused var `fun'. --- 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 Lisp_Object function, record_flag, keys; { Lisp_Object *args, *visargs; - Lisp_Object fun; Lisp_Object specs; Lisp_Object filter_specs; Lisp_Object teml; @@ -317,8 +316,6 @@ invoke it. If KEYS is omitted or nil, the return value of else enable = Qnil; - fun = indirect_function (function); - specs = Qnil; string = 0; /* The idea of FILTER_SPECS is to provide away to