diff options
| author | Richard M. Stallman | 1995-02-13 06:53:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-13 06:53:07 +0000 |
| commit | 6efad63b18cd86599143fb9538fc3798852765a3 (patch) | |
| tree | 45ca0aaba36f9bc34d1c1bc6cefcf4cce7db2b77 /src | |
| parent | 3a3ffba4fc6ad1a5196985aa86453e21d927c162 (diff) | |
| download | emacs-6efad63b18cd86599143fb9538fc3798852765a3.tar.gz emacs-6efad63b18cd86599143fb9538fc3798852765a3.zip | |
(Qprocessp): Declared.
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 97e21cf8b51..bcfa8fa8300 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1713,6 +1713,7 @@ extern int running_asynch_code; | |||
| 1713 | extern Lisp_Object Fget_process (), Fget_buffer_process (), Fprocessp (); | 1713 | extern Lisp_Object Fget_process (), Fget_buffer_process (), Fprocessp (); |
| 1714 | extern Lisp_Object Fprocess_status (), Fkill_process (); | 1714 | extern Lisp_Object Fprocess_status (), Fkill_process (); |
| 1715 | extern Lisp_Object Fprocess_send_eof (); | 1715 | extern Lisp_Object Fprocess_send_eof (); |
| 1716 | extern Lisp_Object Qprocessp; | ||
| 1716 | 1717 | ||
| 1717 | /* defined in callproc.c */ | 1718 | /* defined in callproc.c */ |
| 1718 | extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory; | 1719 | extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory; |