diff options
author | Stefan Merten <smerten@oekonux.de> | 2012-10-07 15:09:35 +0200 |
---|---|---|
committer | Stefan Merten <smerten@oekonux.de> | 2012-10-07 15:09:35 +0200 |
commit | 557337e9a22da64445d64bb9577d178e4d7024d7 (patch) | |
tree | d277df0ce13183ceeb76bc2446abf48b07113ee3 /lisp/textmodes | |
parent | dade5fca51ce2ed10fdace1cfcf78287599154a1 (diff) | |
download | emacs-557337e9a22da64445d64bb9577d178e4d7024d7.tar.gz emacs-557337e9a22da64445d64bb9577d178e4d7024d7.tar.bz2 emacs-557337e9a22da64445d64bb9577d178e4d7024d7.zip |
textmodes/rst.el (rst-official-cvs-rev): Correct version string.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/rst.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |