* eval.c (interactive_p): Remove no-longer-used decl.
This commit is contained in:
parent
a7db35b378
commit
b83fdfa997
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* eval.c (interactive_p): Remove no-longer-used decl.
|
||||
|
||||
2012-11-20 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* xdisp.c (buffer_shared): Adjust comment.
|
||||
|
|
|
@ -114,7 +114,6 @@ Lisp_Object Vsignaling_function;
|
|||
Lisp_Object inhibit_lisp_code;
|
||||
|
||||
static Lisp_Object funcall_lambda (Lisp_Object, ptrdiff_t, Lisp_Object *);
|
||||
static bool interactive_p (void);
|
||||
static Lisp_Object apply_lambda (Lisp_Object fun, Lisp_Object args);
|
||||
|
||||
/* Functions to set Lisp_Object slots of struct specbinding. */
|
||||
|
|
Loading…
Add table
Reference in a new issue