Mercurial > hg > xemacs-beta
comparison src/callproc.c @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 74fd4e045ea6 |
children | 501cfd01ee6d |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
150 /* terminate this branch of the fork, without closing stdin/out/etc. */ | 150 /* terminate this branch of the fork, without closing stdin/out/etc. */ |
151 _exit (1); | 151 _exit (1); |
152 } | 152 } |
153 #endif /* unused */ | 153 #endif /* unused */ |
154 | 154 |
155 DEFUN ("call-process-internal", Fcall_process_internal, 1, MANY, 0, /* | 155 DEFUN ("old-call-process-internal", Fold_call_process_internal, 1, MANY, 0, /* |
156 Call PROGRAM synchronously in separate process, with coding-system specified. | 156 Call PROGRAM synchronously in separate process, with coding-system specified. |
157 Arguments are | 157 Arguments are |
158 (PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS). | 158 (PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS). |
159 The program's input comes from file INFILE (nil means `/dev/null'). | 159 The program's input comes from file INFILE (nil means `/dev/null'). |
160 Insert output in BUFFER before point; t means current buffer; | 160 Insert output in BUFFER before point; t means current buffer; |
904 #endif /* unused */ | 904 #endif /* unused */ |
905 | 905 |
906 void | 906 void |
907 syms_of_callproc (void) | 907 syms_of_callproc (void) |
908 { | 908 { |
909 DEFSUBR (Fcall_process_internal); | 909 DEFSUBR (Fold_call_process_internal); |
910 DEFSUBR (Fgetenv); | 910 DEFSUBR (Fgetenv); |
911 } | 911 } |
912 | 912 |
913 void | 913 void |
914 vars_of_callproc (void) | 914 vars_of_callproc (void) |