[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/process.h
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/process.h |
Date: |
Tue, 14 Jan 2003 04:55:01 -0500 |
Index: emacs/src/process.h
diff -c emacs/src/process.h:1.20 emacs/src/process.h:1.21
*** emacs/src/process.h:1.20 Sun Jan 12 15:23:45 2003
--- emacs/src/process.h Tue Jan 14 04:55:00 2003
***************
*** 60,67 ****
/* 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.
--- 60,67 ----
/* 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 programs to keep per-process state information, parameters,
etc. */
! Lisp_Object plist;
/* Marker set to end of last buffer-inserted output from this process */
Lisp_Object mark;
/* Non-nil means kill silently if Emacs is exited.