emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110421: textmodes/rst.el (rst-offici


From: Stefan Merten
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110421: textmodes/rst.el (rst-official-cvs-rev): Correct version string.
Date: Sun, 07 Oct 2012 15:09:35 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110421
committer: Stefan Merten <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-07 15:09:35 +0200
message:
  textmodes/rst.el (rst-official-cvs-rev): Correct version string.
modified:
  lisp/ChangeLog
  lisp/textmodes/rst.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-07 12:58:14 +0000
+++ b/lisp/ChangeLog    2012-10-07 13:09:35 +0000
@@ -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  <address@hidden>
 

=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el     2012-10-07 12:48:09 +0000
+++ b/lisp/textmodes/rst.el     2012-10-07 13:09:35 +0000
@@ -218,7 +218,7 @@
 ;; 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 @@
   "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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]