aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/esh-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 9cd7c1b0477..675818539cf 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -164,6 +164,7 @@ number, if the function `eshell-truncate-buffer' is on
164(defcustom eshell-output-filter-functions 164(defcustom eshell-output-filter-functions
165 '(eshell-postoutput-scroll-to-bottom 165 '(eshell-postoutput-scroll-to-bottom
166 eshell-handle-control-codes 166 eshell-handle-control-codes
167 eshell-handle-ansi-color
167 eshell-watch-for-password-prompt) 168 eshell-watch-for-password-prompt)
168 "*Functions to call before output is displayed. 169 "*Functions to call before output is displayed.
169These functions are only called for output that is displayed 170These functions are only called for output that is displayed