Variable: comint-input-filter-functions

comint-input-filter-functions is a variable defined in comint.el.gz.

Value

nil

Documentation

Abnormal hook run before input is sent to the process.

These functions get one argument, a string containing the text to send.

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-input-filter-functions '()
  "Abnormal hook run before input is sent to the process.
These functions get one argument, a string containing the text to send.")