On 24 Jan 2002, jarl(a)diku.dk wrote:
Will someone please take over from here as I am not familiar with
XEmacs C code?
Jarl
It looks like the lisp code, except the parens are in the wrong place.
I'm being somewhat facetious, but not much. Look in src/process.c
there is code like:
DEFUN ("get-process", Fget_process, 1, 1, 0, /*
Return the process named PROCESS-NAME (a string), or nil if there is none.
PROCESS-NAME may also be a process; if so, the value is that process.
*/
(process_name))
...
-jeff