[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interactive specs of C functions.
From: |
Johan Bockgård |
Subject: |
Re: Interactive specs of C functions. |
Date: |
Thu, 13 Sep 2007 01:59:59 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> OK, installed,
2007-09-10 Johan Bockgård <address@hidden>
* callint.c (Fcall_interactively): Remove unused var `fun'.
Index: src/callint.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callint.c,v
retrieving revision 1.155
diff -u -r1.155 callint.c
--- src/callint.c 10 Sep 2007 02:29:42 -0000 1.155
+++ src/callint.c 10 Sep 2007 07:44:50 -0000
@@ -263,7 +263,6 @@
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 @@
else
enable = Qnil;
- fun = indirect_function (function);
-
specs = Qnil;
string = 0;
/* The idea of FILTER_SPECS is to provide away to
- Interactive specs of C functions., Michaël Cadilhac, 2007/09/07
- Re: Interactive specs of C functions., Stefan Monnier, 2007/09/07
- Re: Interactive specs of C functions., Johan Bockgård, 2007/09/07
- Re: Interactive specs of C functions., Stefan Monnier, 2007/09/07
- Re: Interactive specs of C functions., Richard Stallman, 2007/09/08
- Re: Interactive specs of C functions., Stefan Monnier, 2007/09/09
- Re: Interactive specs of C functions., Richard Stallman, 2007/09/09
- Re: Interactive specs of C functions., Stefan Monnier, 2007/09/09
- Re: Interactive specs of C functions.,
Johan Bockgård <=
- Re: Interactive specs of C functions., Richard Stallman, 2007/09/08
- Re: Interactive specs of C functions., Michaël Cadilhac, 2007/09/08
- Re: Interactive specs of C functions., Richard Stallman, 2007/09/08
- Re: Interactive specs of C functions., Michaël Cadilhac, 2007/09/09
- Re: Interactive specs of C functions., Michaël Cadilhac, 2007/09/09
- Re: Interactive specs of C functions., Stefan Monnier, 2007/09/09
- Re: Interactive specs of C functions., Michaël Cadilhac, 2007/09/09
- Re: Interactive specs of C functions., Richard Stallman, 2007/09/09
- Re: Interactive specs of C functions., Michaël Cadilhac, 2007/09/10
- Re: Interactive specs of C functions., Dan Nicolaescu, 2007/09/10