comparison src/process.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 5e0cbd5fcb46
children 85ce7bab31dc
comparison
equal deleted inserted replaced
14035:09cb73d0ec41 14036:621a575db6f7
1139 1139
1140 return unbind_to (count, proc); 1140 return unbind_to (count, proc);
1141 } 1141 }
1142 1142
1143 /* This function is the unwind_protect form for Fstart_process. If 1143 /* This function is the unwind_protect form for Fstart_process. If
1144 PROC doesn't have its pid set, then we know someone has signalled 1144 PROC doesn't have its pid set, then we know someone has signaled
1145 an error and the process wasn't started successfully, so we should 1145 an error and the process wasn't started successfully, so we should
1146 remove it from the process list. */ 1146 remove it from the process list. */
1147 static Lisp_Object 1147 static Lisp_Object
1148 start_process_unwind (proc) 1148 start_process_unwind (proc)
1149 Lisp_Object proc; 1149 Lisp_Object proc;