* ansi-color.el (ansi-color-for-comint-mode): Add :version
authorChong Yidong <cyd@stupidchicken.com>
Sun, 6 Dec 2009 15:33:09 +0000 (15:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 6 Dec 2009 15:33:09 +0000 (15:33 +0000)
keyword.

lisp/ChangeLog
lisp/ansi-color.el

index 12a7ee8..ec7a3e2 100644 (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
index 5f81d96..f40d0fa 100644 (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 ()