diff options
| author | Kim F. Storm | 2004-11-09 13:18:58 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-09 13:18:58 +0000 |
| commit | 33247f0c3af678831a4e80bde904996bfff69f5c (patch) | |
| tree | c7040437f3ffdbc11a6a7189a3998039c3f5b178 /src | |
| parent | 0faf68065e0f08d7f2987e77195d1f5df27c4035 (diff) | |
| download | emacs-33247f0c3af678831a4e80bde904996bfff69f5c.tar.gz emacs-33247f0c3af678831a4e80bde904996bfff69f5c.zip | |
(Fcall_interactively): Remove unused variable 'funcar'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. */) | |||
| 265 | Lisp_Object *args, *visargs; | 265 | Lisp_Object *args, *visargs; |
| 266 | unsigned char **argstrings; | 266 | unsigned char **argstrings; |
| 267 | Lisp_Object fun; | 267 | Lisp_Object fun; |
| 268 | Lisp_Object funcar; | ||
| 269 | Lisp_Object specs; | 268 | Lisp_Object specs; |
| 270 | Lisp_Object filter_specs; | 269 | Lisp_Object filter_specs; |
| 271 | Lisp_Object teml; | 270 | Lisp_Object teml; |