(interactive_p): Add prototype.
This commit is contained in:
parent
f5686fbd5a
commit
1ee4d0e69d
1 changed files with 1 additions and 0 deletions
|
@ -2295,6 +2295,7 @@ extern Lisp_Object Vautoload_queue;
|
||||||
extern Lisp_Object Vdebug_on_error;
|
extern Lisp_Object Vdebug_on_error;
|
||||||
extern Lisp_Object Vsignaling_function;
|
extern Lisp_Object Vsignaling_function;
|
||||||
extern int handling_signal;
|
extern int handling_signal;
|
||||||
|
extern int interactive_p P_ ((int));
|
||||||
|
|
||||||
/* To run a normal hook, use the appropriate function from the list below.
|
/* To run a normal hook, use the appropriate function from the list below.
|
||||||
The calling convention:
|
The calling convention:
|
||||||
|
|
Loading…
Add table
Reference in a new issue