Mercurial > emacs
changeset 49163:5697f31e3ca6
(struct Lisp_Process): New member private_vars.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 12 Jan 2003 20:23:45 +0000 |
parents | 58b21c73eff6 |
children | 8bee0ccd5fd6 |
files | src/process.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Sun Jan 12 20:13:20 2003 +0000 +++ b/src/process.h Sun Jan 12 20:23:45 2003 +0000 @@ -60,6 +60,8 @@ /* 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.