aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-13 02:37:58 +0000
committerRichard M. Stallman1993-11-13 02:37:58 +0000
commit77b221b15dc152a9cf9c46bcd016da66757db5d2 (patch)
treea2879f1c850314f9cd6b2feb0a0c60674bfb1254 /src
parent1ae2f9fe09dd995be4d9bc2d9c55dea0f6e784be (diff)
downloademacs-77b221b15dc152a9cf9c46bcd016da66757db5d2.tar.gz
emacs-77b221b15dc152a9cf9c46bcd016da66757db5d2.zip
(get_process): Add `static' to definition.
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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.")
509 Buffers denote the first process in the buffer, and nil denotes the 509 Buffers denote the first process in the buffer, and nil denotes the
510 current buffer. */ 510 current buffer. */
511 511
512Lisp_Object 512static Lisp_Object
513get_process (name) 513get_process (name)
514 register Lisp_Object name; 514 register Lisp_Object name;
515{ 515{