diff options
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r-- | lisp/ansi-color.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 6f1c270c239..5e7015db549 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -418,7 +418,7 @@ and it should apply face FACE to the text between BEG and END.") (setq ansi-color-for-comint-mode 'filter)) ;;;###autoload -(defun ansi-color-process-output (ignored) +(defun ansi-color-process-output (_ignored) "Maybe translate SGR control sequences of comint output into text properties. Depending on variable `ansi-color-for-comint-mode' the comint output is |