# HG changeset patch # User Chong Yidong # Date 1240891377 0 # Node ID aeca2cf7cbdbbc981278a3c6f0282fe177a61770 # Parent c3181c5efa5a23fefb372f90697f96e3eaefd4f7 Change arg name to make it clear that it's ignored. diff -r c3181c5efa5a -r aeca2cf7cbdb lisp/ansi-color.el --- a/lisp/ansi-color.el Tue Apr 28 02:16:49 2009 +0000 +++ b/lisp/ansi-color.el Tue Apr 28 04:02:57 2009 +0000 @@ -194,7 +194,7 @@ (setq ansi-color-for-comint-mode 'filter)) ;;;###autoload -(defun ansi-color-process-output (string) +(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