* lisp/comint.el (comint-redirect-hook): Defvar (bug#80313)

This commit is contained in:
Stefan Monnier 2026-02-04 11:14:10 -05:00
parent f38b0872f0
commit 3ea1010a6b

View file

@ -3715,6 +3715,9 @@ last function is the text that is actually inserted in the redirection buffer.
You can use `add-hook' to add functions to this list
either globally or locally.")
(defvar comint-redirect-hook nil
"Normal hook run after completing a comint-redirect.")
;; Internal variables
(defvar comint-redirect-output-buffer nil