diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-10 16:58:11 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-10 16:58:11 +0000 |
commit | 7c6c3d8ebe68258f55b8c3787339da13d9db8e35 (patch) | |
tree | 79b5998b0180531a57c1233361371247990a8f23 /lisp/ansi-color.el | |
parent | 457b792c1ee8d3d0708c181c0f65eee35bb6ce23 (diff) | |
download | emacs-7c6c3d8ebe68258f55b8c3787339da13d9db8e35.tar.gz |
(ansi-colors) <defgroup>: Fix :version.
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r-- | lisp/ansi-color.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index a3e3fb5e44c..10503df7ae7 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el @@ -95,7 +95,7 @@ SGR control sequences embedded in the text. SGR (Select Graphic Rendition) control sequences are defined in section 3.8.117 of the ECMA-48 standard \(identical to ISO/IEC 6429), which is freely available as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>." - :version "20.7" + :version "21.1" :group 'processes) (defcustom ansi-color-faces-vector |