]> git.eshelyaron.com Git - emacs.git/commitdiff
textmodes/rst.el (rst-official-cvs-rev): Correct version string.
authorStefan Merten <smerten@oekonux.de>
Sun, 7 Oct 2012 13:09:35 +0000 (15:09 +0200)
committerStefan Merten <smerten@oekonux.de>
Sun, 7 Oct 2012 13:09:35 +0000 (15:09 +0200)
lisp/ChangeLog
lisp/textmodes/rst.el

index b2cc65a0ca38fcc7c7099590b1138e9089d3e5e4..c7fd6eaf2b6801ca66f8326b4c88fd7a90f838a7 100644 (file)
@@ -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  <rgm@gnu.org>
 
index f2c74dfb941ff64ac5873372bfde182e13065935..b0adb35f7687a5b3c0c9abe43266358a7fd4078f 100644 (file)
@@ -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