From 33247f0c3af678831a4e80bde904996bfff69f5c Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 9 Nov 2004 13:18:58 +0000 Subject: [PATCH] (Fcall_interactively): Remove unused variable 'funcar'. --- src/callint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/callint.c b/src/callint.c index 2b8ae86f16f..bb71ad50f44 100644 --- a/src/callint.c +++ b/src/callint.c @@ -265,7 +265,6 @@ If KEYS is omitted or nil, the return value of `this-command-keys' is used. */) Lisp_Object *args, *visargs; unsigned char **argstrings; Lisp_Object fun; - Lisp_Object funcar; Lisp_Object specs; Lisp_Object filter_specs; Lisp_Object teml; -- 2.39.5