From 1b25a57914be710c353d77bba22a783808437286 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 28 Apr 2009 04:02:57 +0000 Subject: [PATCH] Change arg name to make it clear that it's ignored. --- lisp/ansi-color.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 99e1430c571..66f128a2e83 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 -- 2.39.2