From 557337e9a22da64445d64bb9577d178e4d7024d7 Mon Sep 17 00:00:00 2001 From: Stefan Merten Date: Sun, 7 Oct 2012 15:09:35 +0200 Subject: [PATCH] textmodes/rst.el (rst-official-cvs-rev): Correct version string. --- lisp/ChangeLog | 1 + lisp/textmodes/rst.el | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2cc65a0ca3..c7fd6eaf2b6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,7 @@ * textmodes/rst.el (rst-new-adornment-down, rst-indent-field) (rst-indent-literal-normal, rst-indent-literal-minimized) (rst-indent-comment): Correct :version tag. + (rst-official-cvs-rev): Correct version string. 2012-10-07 Glenn Morris diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index f2c74dfb941..b0adb35f768 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -218,7 +218,7 @@ and before TAIL-RE and DELIM-RE in VAR or DEFAULT for no match." ;; Use CVSHeader to really get information from CVS and not other version ;; control systems. (defconst rst-cvs-header - "$CVSHeader: sm/rst_el/rst.el,v 1.327.2.5 2012-10-07 12:44:34 stefan Exp $") + "$CVSHeader: sm/rst_el/rst.el,v 1.327.2.6 2012-10-07 13:05:50 stefan Exp $") (defconst rst-cvs-rev (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+" " .*" rst-cvs-header "0.0") @@ -247,7 +247,7 @@ SVN revision is the upstream (docutils) revision.") "Official version of the package.") (defconst rst-official-cvs-rev (rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " " - "$Revision: 1.327.2.5 $") + "%Revision: 1.327 %") "CVS revision of this file in the official version.") (defconst rst-version -- 2.39.2