* ansi-color.el (ansi-color-for-comint-mode): Add :version

keyword.
This commit is contained in:
Chong Yidong 2009-12-06 15:33:09 +00:00
parent ed0f72d260
commit c2dae51b68
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-12-06 Chong Yidong <cyd@stupidchicken.com>
* ansi-color.el (ansi-color-for-comint-mode): Add :version
keyword.
2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry

View file

@ -167,7 +167,8 @@ in shell buffers. You set this variable by calling one of:
:type '(choice (const :tag "Do nothing" nil)
(const :tag "Filter" filter)
(const :tag "Translate" t))
:group 'ansi-colors)
:group 'ansi-colors
:version "23.2")
;;;###autoload
(defun ansi-color-for-comint-mode-on ()