diff options
| author | Richard M. Stallman | 1994-09-18 20:11:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-18 20:11:07 +0000 |
| commit | 93103d17bad048fd7625adeeca3ca1a495ec9c7c (patch) | |
| tree | 2f9444f5730d39deaeddbeb2766d4dea7d6a5a82 /src/process.h | |
| parent | cab10b76d45c23d0b9528c67a2e993234456ab24 (diff) | |
| download | emacs-93103d17bad048fd7625adeeca3ca1a495ec9c7c.tar.gz emacs-93103d17bad048fd7625adeeca3ca1a495ec9c7c.zip | |
(struct process): New field tty_name.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index eeb70d01e70..fa20f6d765a 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -34,6 +34,8 @@ struct Lisp_Process | |||
| 34 | /* Descriptor for the tty which this process is using. | 34 | /* Descriptor for the tty which this process is using. |
| 35 | nil if we didn't record it (on some systems, there's no need). */ | 35 | nil if we didn't record it (on some systems, there's no need). */ |
| 36 | Lisp_Object subtty; | 36 | Lisp_Object subtty; |
| 37 | /* Name of subprocess terminal. */ | ||
| 38 | Lisp_Object tty_name; | ||
| 37 | /* Name of this process */ | 39 | /* Name of this process */ |
| 38 | Lisp_Object name; | 40 | Lisp_Object name; |
| 39 | /* List of command arguments that this process was run with */ | 41 | /* List of command arguments that this process was run with */ |