aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJohn Wiegley2009-01-22 01:11:30 +0000
committerJohn Wiegley2009-01-22 01:11:30 +0000
commitfd94644feb5107df98ad2eaed868ae0ef021a381 (patch)
tree03ba840d4bbd4d36762166b35d7643e8472b0993 /lisp
parenta39e2539a37730aa4f9597b91022404d70df410e (diff)
downloademacs-fd94644feb5107df98ad2eaed868ae0ef021a381.tar.gz
emacs-fd94644feb5107df98ad2eaed868ae0ef021a381.zip
Add eshell-handle-ansi-color to the default list of output filters.
Diffstat (limited to 'lisp')
-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