From d9bb0c32923da4201db25e862d84fc61f00758b6 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 8 Apr 1998 06:49:17 +0000 Subject: [PATCH] (kill_buffer_processes): Make consistent with prototype on lisp.h. --- src/process.c | 1 + 1 file changed, 1 insertion(+) 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, If `buffer' is nil, kill all processes. Since we have no subprocesses, this does nothing. */ +void kill_buffer_processes (buffer) Lisp_Object buffer; { -- 2.39.2