From: Kim F. Storm Date: Sun, 12 Jan 2003 20:23:45 +0000 (+0000) Subject: (struct Lisp_Process): New member private_vars. X-Git-Tag: ttn-vms-21-2-B4~11730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a061f25b23db073a922bfb69fca9928d84042c9;p=emacs.git (struct Lisp_Process): New member private_vars. --- diff --git a/src/process.h b/src/process.h index 8dc0f1e7249..64559d18810 100644 --- a/src/process.h +++ b/src/process.h @@ -60,6 +60,8 @@ struct Lisp_Process /* t if this is a real child process. For a net connection, it is a plist based on the arguments to make-network-process. */ Lisp_Object childp; + /* Plist for this process' private variables. */ + Lisp_Object private_vars; /* Marker set to end of last buffer-inserted output from this process */ Lisp_Object mark; /* Non-nil means kill silently if Emacs is exited.