diff src/process.c @ 4994:4146a65b9f02
(get_process): Add `static' to definition.
| author |
Richard M. Stallman <rms@gnu.org> |
| date |
Sat, 13 Nov 1993 02:37:58 +0000 |
| parents |
56bc426b1eb4 |
| children |
3cd3a39f98f4 |
line diff
--- a/src/process.c Sat Nov 13 00:02:20 1993 +0000
+++ b/src/process.c Sat Nov 13 02:37:58 1993 +0000
@@ -509,7 +509,7 @@
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;
{