]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_process): Add `static' to definition.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Nov 1993 02:37:58 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Nov 1993 02:37:58 +0000 (02:37 +0000)
src/process.c

index 74e8fc4947551bd4cb3f89f1dda7516155e70d48..0046947f6e3e3af1d70d04a6da7096797eb61bf8 100644 (file)
@@ -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;
 {