diff src/process-unix.c @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents e11d67e05968
children 512e409c26a2
line wrap: on
line diff
--- a/src/process-unix.c	Mon Aug 13 10:38:47 2007 +0200
+++ b/src/process-unix.c	Mon Aug 13 10:39:40 2007 +0200
@@ -718,7 +718,7 @@
 		     Lisp_Object *argv, int nargv,
 		     Lisp_Object program, Lisp_Object cur_dir)
 {
-  /* This function rewritten by wing@666.com. */
+  /* This function rewritten by ben@xemacs.org. */
 
   int pid, inchannel, outchannel;
   /* Use volatile to protect variables from being clobbered by longjmp.  */