Mercurial > emacs
comparison lisp/ansi-color.el @ 106456:80fcf69fbcec
* ansi-color.el (ansi-color-for-comint-mode): Add :version
keyword.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 06 Dec 2009 15:33:09 +0000 |
parents | 973490180e7c |
children | 1d1d5d9bd884 |
comparison
equal
deleted
inserted
replaced
106455:d650634afdf6 | 106456:80fcf69fbcec |
---|---|
165 \\[ansi-color-for-comint-mode-off] | 165 \\[ansi-color-for-comint-mode-off] |
166 \\[ansi-color-for-comint-mode-filter]" | 166 \\[ansi-color-for-comint-mode-filter]" |
167 :type '(choice (const :tag "Do nothing" nil) | 167 :type '(choice (const :tag "Do nothing" nil) |
168 (const :tag "Filter" filter) | 168 (const :tag "Filter" filter) |
169 (const :tag "Translate" t)) | 169 (const :tag "Translate" t)) |
170 :group 'ansi-colors) | 170 :group 'ansi-colors |
171 :version "23.2") | |
171 | 172 |
172 ;;;###autoload | 173 ;;;###autoload |
173 (defun ansi-color-for-comint-mode-on () | 174 (defun ansi-color-for-comint-mode-on () |
174 "Set `ansi-color-for-comint-mode' to t." | 175 "Set `ansi-color-for-comint-mode' to t." |
175 (interactive) | 176 (interactive) |