From: Chong Yidong Date: Tue, 28 Apr 2009 04:02:57 +0000 (+0000) Subject: Change arg name to make it clear that it's ignored. X-Git-Tag: emacs-pretest-23.0.93~39 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/1b25a57914be710c353d77bba22a783808437286 Change arg name to make it clear that it's ignored. --- diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 99e1430c57..66f128a2e8 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -194,7 +194,7 @@ in shell buffers. You set this variable by calling one of: (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