diff options
| author | Lars Magne Ingebrigtsen | 2011-05-01 02:04:17 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-05-01 02:04:17 +0200 |
| commit | 1ef14cb4b0f726a5e6a86e20fed8cfecb22c67d5 (patch) | |
| tree | 3278d1d473acef1cbac1551f80e9fd815a08fb99 /src/lisp.h | |
| parent | dcb79f208ab9e2e1e8e0d4e9810ca25c1a660eaf (diff) | |
| download | emacs-1ef14cb4b0f726a5e6a86e20fed8cfecb22c67d5.tar.gz emacs-1ef14cb4b0f726a5e6a86e20fed8cfecb22c67d5.zip | |
Extend `call-process' to take the `(:file "file")' syntax to redirect
STDOUT to a file.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 625027769cf..3eda487148e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3349,6 +3349,7 @@ extern void reset_sys_modes (struct tty_display_info *); | |||
| 3349 | extern void init_all_sys_modes (void); | 3349 | extern void init_all_sys_modes (void); |
| 3350 | extern void reset_all_sys_modes (void); | 3350 | extern void reset_all_sys_modes (void); |
| 3351 | extern void wait_for_termination (int); | 3351 | extern void wait_for_termination (int); |
| 3352 | extern void interruptible_wait_for_termination (int); | ||
| 3352 | extern void flush_pending_output (int); | 3353 | extern void flush_pending_output (int); |
| 3353 | extern void child_setup_tty (int); | 3354 | extern void child_setup_tty (int); |
| 3354 | extern void setup_pty (int); | 3355 | extern void setup_pty (int); |