(init_process, syms_of_process): Make definition consistent with
prototypes on lisp.h
This commit is contained in:
@@ -4740,10 +4740,12 @@ kill_buffer_processes (buffer)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
init_process ()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
syms_of_process ()
|
||||
{
|
||||
defsubr (&Sget_buffer_process);
|
||||
|
||||
Reference in New Issue
Block a user