diff options
| author | Eli Zaretskii | 1998-05-07 07:46:41 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1998-05-07 07:46:41 +0000 |
| commit | 02b9b4fd8a55f42690b206506d9dfb1bcbab2e9e (patch) | |
| tree | 5ab89bc56140ebbcbac046858d02945d7e9bcd86 /src | |
| parent | 44d086b8859b521bc4b850eb8e4135825f9d8dde (diff) | |
| download | emacs-02b9b4fd8a55f42690b206506d9dfb1bcbab2e9e.tar.gz emacs-02b9b4fd8a55f42690b206506d9dfb1bcbab2e9e.zip | |
(init_process, syms_of_process): Make definition consistent with
prototypes on lisp.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 0f5a9fdaff0..601b86bbee1 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4740,10 +4740,12 @@ kill_buffer_processes (buffer) | |||
| 4740 | { | 4740 | { |
| 4741 | } | 4741 | } |
| 4742 | 4742 | ||
| 4743 | void | ||
| 4743 | init_process () | 4744 | init_process () |
| 4744 | { | 4745 | { |
| 4745 | } | 4746 | } |
| 4746 | 4747 | ||
| 4748 | void | ||
| 4747 | syms_of_process () | 4749 | syms_of_process () |
| 4748 | { | 4750 | { |
| 4749 | defsubr (&Sget_buffer_process); | 4751 | defsubr (&Sget_buffer_process); |