From: Richard M. Stallman Date: Sat, 13 Nov 1993 02:37:58 +0000 (+0000) Subject: (get_process): Add `static' to definition. X-Git-Tag: emacs-19.34~10857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77b221b15dc152a9cf9c46bcd016da66757db5d2;p=emacs.git (get_process): Add `static' to definition. --- diff --git a/src/process.c b/src/process.c index 74e8fc49475..0046947f6e3 100644 --- a/src/process.c +++ b/src/process.c @@ -509,7 +509,7 @@ BUFFER may be a buffer or the name of one.") Buffers denote the first process in the buffer, and nil denotes the current buffer. */ -Lisp_Object +static Lisp_Object get_process (name) register Lisp_Object name; {