From: Richard M. Stallman Date: Mon, 13 Feb 1995 06:53:07 +0000 (+0000) Subject: (Qprocessp): Declared. X-Git-Tag: emacs-19.34~5131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6efad63b18cd86599143fb9538fc3798852765a3;p=emacs.git (Qprocessp): Declared. --- 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; extern Lisp_Object Fget_process (), Fget_buffer_process (), Fprocessp (); extern Lisp_Object Fprocess_status (), Fkill_process (); extern Lisp_Object Fprocess_send_eof (); +extern Lisp_Object Qprocessp; /* defined in callproc.c */ extern Lisp_Object Vexec_path, Vexec_directory, Vdata_directory;