From 85d70001b265d9da65c24c94037dd77ad54ecea3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Sep 2007 05:50:11 +0000 Subject: [PATCH] =?utf8?q?Johan=20Bockg=EF=BF=BD=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (Fcall_interactively): Remove unused var `fun'. --- src/callint.c | 3 --- 1 file changed, 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 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 -- 2.39.5