comparison 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
comparison
equal deleted inserted replaced
4993:a4e67bc41cfa 4994:4146a65b9f02
507 /* This is how commands for the user decode process arguments. It 507 /* This is how commands for the user decode process arguments. It
508 accepts a process, a process name, a buffer, a buffer name, or nil. 508 accepts a process, a process name, a buffer, a buffer name, or nil.
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
512 Lisp_Object 512 static Lisp_Object
513 get_process (name) 513 get_process (name)
514 register Lisp_Object name; 514 register Lisp_Object name;
515 { 515 {
516 register Lisp_Object proc; 516 register Lisp_Object proc;
517 if (NILP (name)) 517 if (NILP (name))