diff options
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r-- | lisp/ansi-color.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 () |