From: Karl Heuer Date: Wed, 8 Apr 1998 06:49:17 +0000 (+0000) Subject: (kill_buffer_processes): Make consistent with X-Git-Tag: emacs-20.3~1660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9bb0c32923da4201db25e862d84fc61f00758b6;p=emacs.git (kill_buffer_processes): Make consistent with prototype on lisp.h. --- 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; {