diff options
| author | Glenn Morris | 2007-09-13 05:50:11 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-13 05:50:11 +0000 |
| commit | 85d70001b265d9da65c24c94037dd77ad54ecea3 (patch) | |
| tree | 544c42d1ea8893b26b823b5d6dbf3c6c3b0d7700 /src | |
| parent | 04c4f46621c9caed5b47daf012dac8c69ef94d86 (diff) | |
| download | emacs-85d70001b265d9da65c24c94037dd77ad54ecea3.tar.gz emacs-85d70001b265d9da65c24c94037dd77ad54ecea3.zip | |
Johan Bockg� <bojohan at gnu.org>
(Fcall_interactively): Remove unused var `fun'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 3 |
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 |