aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-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{