diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-05-01 02:04:17 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 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.tar.bz2 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 *); extern void init_all_sys_modes (void); extern void reset_all_sys_modes (void); extern void wait_for_termination (int); +extern void interruptible_wait_for_termination (int); extern void flush_pending_output (int); extern void child_setup_tty (int); extern void setup_pty (int); |