diff options
Diffstat (limited to 'lisp/comint.el')
| -rw-r--r-- | lisp/comint.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index f4d484f037d..8d2692e50e6 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -3715,6 +3715,9 @@ last function is the text that is actually inserted in the redirection buffer. | |||
| 3715 | You can use `add-hook' to add functions to this list | 3715 | You can use `add-hook' to add functions to this list |
| 3716 | either globally or locally.") | 3716 | either globally or locally.") |
| 3717 | 3717 | ||
| 3718 | (defvar comint-redirect-hook nil | ||
| 3719 | "Normal hook run after completing a comint-redirect.") | ||
| 3720 | |||
| 3718 | ;; Internal variables | 3721 | ;; Internal variables |
| 3719 | 3722 | ||
| 3720 | (defvar comint-redirect-output-buffer nil | 3723 | (defvar comint-redirect-output-buffer nil |