From e4f348c42d0af3e0639a3f9eb0c1164eac348f48 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 6 Dec 2009 15:33:09 +0000 Subject: [PATCH] * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword. --- lisp/ChangeLog | 5 +++++ lisp/ansi-color.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2be77a062d9..6d3372c94da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-12-06 Chong Yidong + + * ansi-color.el (ansi-color-for-comint-mode): Add :version + keyword. + 2009-12-06 Roland Winkler * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index 5f81d96685b..f40d0fa90f6 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -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 () -- 2.11.4.GIT