aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-02-13 06:53:07 +0000
committerRichard M. Stallman1995-02-13 06:53:07 +0000
commit6efad63b18cd86599143fb9538fc3798852765a3 (patch)
tree45ca0aaba36f9bc34d1c1bc6cefcf4cce7db2b77 /src
parent3a3ffba4fc6ad1a5196985aa86453e21d927c162 (diff)
downloademacs-6efad63b18cd86599143fb9538fc3798852765a3.tar.gz
emacs-6efad63b18cd86599143fb9538fc3798852765a3.zip
(Qprocessp): Declared.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
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;
1713extern Lisp_Object Fget_process (), Fget_buffer_process (), Fprocessp (); 1713extern Lisp_Object Fget_process (), Fget_buffer_process (), Fprocessp ();
1714extern Lisp_Object Fprocess_status (), Fkill_process (); 1714extern Lisp_Object Fprocess_status (), Fkill_process ();
1715extern Lisp_Object Fprocess_send_eof (); 1715extern Lisp_Object Fprocess_send_eof ();
1716extern Lisp_Object Qprocessp;
1716 1717
1717/* defined in callproc.c */ 1718/* defined in callproc.c */
1718extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory; 1719extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory;