diff options
| author | Helmut Eller | 2026-02-13 09:10:16 +0100 |
|---|---|---|
| committer | Helmut Eller | 2026-02-13 09:10:16 +0100 |
| commit | 91c9e9883488d715a30877dfd7641ef4b3c62658 (patch) | |
| tree | e2c4525147e443f86baf9d0144aeadec082d7564 /lisp/comint.el | |
| parent | 9a4a54af9192a6653164364c75721ee814ffb1e8 (diff) | |
| parent | f1fe4d46190263e164ccd1e066095d46a156297f (diff) | |
| download | emacs-feature/igc.tar.gz emacs-feature/igc.zip | |
Merge branch 'master' into feature/igcfeature/igc
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 |