diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index dc93b86cee2..ed1d59d01b0 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7176,8 +7176,10 @@ setup_process_coding_systems (Lisp_Object process) | |||
| 7176 | } | 7176 | } |
| 7177 | 7177 | ||
| 7178 | DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0, | 7178 | DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0, |
| 7179 | doc: /* Return the (or a) process associated with BUFFER. | 7179 | doc: /* Return the (or a) live process associated with BUFFER. |
| 7180 | BUFFER may be a buffer or the name of one. */) | 7180 | BUFFER may be a buffer or the name of one. |
| 7181 | Return nil if all processes associated with BUFFER have been | ||
| 7182 | deleted or killed. */) | ||
| 7181 | (register Lisp_Object buffer) | 7183 | (register Lisp_Object buffer) |
| 7182 | { | 7184 | { |
| 7183 | #ifdef subprocesses | 7185 | #ifdef subprocesses |