diff options
| author | Karl Heuer | 1998-04-08 06:49:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-08 06:49:17 +0000 |
| commit | d9bb0c32923da4201db25e862d84fc61f00758b6 (patch) | |
| tree | e4d4e1af52e505765e0990020655bbc9acac2f27 /src/process.c | |
| parent | e788eecc88e9734002c5b03c9955228382c0303c (diff) | |
| download | emacs-d9bb0c32923da4201db25e862d84fc61f00758b6.tar.gz emacs-d9bb0c32923da4201db25e862d84fc61f00758b6.zip | |
(kill_buffer_processes): Make consistent with
prototype on lisp.h.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 01f5bc9a03d..d8108517f70 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4647,6 +4647,7 @@ DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0, | |||
| 4647 | If `buffer' is nil, kill all processes. | 4647 | If `buffer' is nil, kill all processes. |
| 4648 | Since we have no subprocesses, this does nothing. */ | 4648 | Since we have no subprocesses, this does nothing. */ |
| 4649 | 4649 | ||
| 4650 | void | ||
| 4650 | kill_buffer_processes (buffer) | 4651 | kill_buffer_processes (buffer) |
| 4651 | Lisp_Object buffer; | 4652 | Lisp_Object buffer; |
| 4652 | { | 4653 | { |