(init_process, syms_of_process): Make definition consistent with

prototypes on lisp.h
This commit is contained in:
Eli Zaretskii
1998-05-07 07:46:41 +00:00
parent 44d086b885
commit 02b9b4fd8a

View File

@@ -4740,10 +4740,12 @@ kill_buffer_processes (buffer)
{
}
void
init_process ()
{
}
void
syms_of_process ()
{
defsubr (&Sget_buffer_process);