emacs-diffs
[Top][All Lists]
Advanced

[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: Sun, 12 Jan 2003 15:23:46 -0500

Index: emacs/src/process.h
diff -c emacs/src/process.h:1.19 emacs/src/process.h:1.20
*** emacs/src/process.h:1.19    Sun Mar 17 15:16:55 2002
--- emacs/src/process.h Sun Jan 12 15:23:45 2003
***************
*** 60,65 ****
--- 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]