From 02b9b4fd8a55f42690b206506d9dfb1bcbab2e9e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 7 May 1998 07:46:41 +0000 Subject: [PATCH] (init_process, syms_of_process): Make definition consistent with prototypes on lisp.h --- src/process.c | 2 ++ 1 file changed, 2 insertions(+) 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) { } +void init_process () { } +void syms_of_process () { defsubr (&Sget_buffer_process); -- 2.39.2