From 7c6c3d8ebe68258f55b8c3787339da13d9db8e35 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 10 Jan 2001 16:58:11 +0000 Subject: [PATCH] (ansi-colors) : Fix :version. --- lisp/ChangeLog | 4 ++++ lisp/ansi-color.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2130504178e..744b3aa2b93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-01-10 Dave Love + + * ansi-color.el (ansi-colors) : Fix :version. + 2001-01-10 Gerd Moellmann * simple.el (set-variable): Force a thorough redisplay for the 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 ." - :version "20.7" + :version "21.1" :group 'processes) (defcustom ansi-color-faces-vector -- 2.39.5