diff options
| author | Gerd Moellmann | 2001-01-31 14:48:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-31 14:48:07 +0000 |
| commit | 1ee4d0e69d549471f88ca4448c24b52617f5ee8a (patch) | |
| tree | 391d9e493653f40194bda1c8bef4e94ce277e974 /src | |
| parent | f5686fbd5a084931344446f871dbff7ac6eef0b6 (diff) | |
| download | emacs-1ee4d0e69d549471f88ca4448c24b52617f5ee8a.tar.gz emacs-1ee4d0e69d549471f88ca4448c24b52617f5ee8a.zip | |
(interactive_p): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 66f37044ad2..966e3b929d8 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2295,6 +2295,7 @@ extern Lisp_Object Vautoload_queue; | |||
| 2295 | extern Lisp_Object Vdebug_on_error; | 2295 | extern Lisp_Object Vdebug_on_error; |
| 2296 | extern Lisp_Object Vsignaling_function; | 2296 | extern Lisp_Object Vsignaling_function; |
| 2297 | extern int handling_signal; | 2297 | extern int handling_signal; |
| 2298 | extern int interactive_p P_ ((int)); | ||
| 2298 | 2299 | ||
| 2299 | /* To run a normal hook, use the appropriate function from the list below. | 2300 | /* To run a normal hook, use the appropriate function from the list below. |
| 2300 | The calling convention: | 2301 | The calling convention: |