summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-04-28 04:02:57 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-04-28 04:02:57 +0000
commit1b25a57914be710c353d77bba22a783808437286 (patch)
tree2327de1c2e5d30f9db4f460e6528ee6cb81fcca7
parent68a4b77d156889d6e924c6af20365d26882b5343 (diff)
downloademacs-1b25a57914be710c353d77bba22a783808437286.tar.gz
Change arg name to make it clear that it's ignored.
-rw-r--r--lisp/ansi-color.el2
1 files changed, 1 insertions, 1 deletions
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