diff options
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | 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 @@ | |||
| 8 | * textmodes/rst.el (rst-new-adornment-down, rst-indent-field) | 8 | * textmodes/rst.el (rst-new-adornment-down, rst-indent-field) |
| 9 | (rst-indent-literal-normal, rst-indent-literal-minimized) | 9 | (rst-indent-literal-normal, rst-indent-literal-minimized) |
| 10 | (rst-indent-comment): Correct :version tag. | 10 | (rst-indent-comment): Correct :version tag. |
| 11 | (rst-official-cvs-rev): Correct version string. | ||
| 11 | 12 | ||
| 12 | 2012-10-07 Glenn Morris <rgm@gnu.org> | 13 | 2012-10-07 Glenn Morris <rgm@gnu.org> |
| 13 | 14 | ||
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." | |||
| 218 | ;; Use CVSHeader to really get information from CVS and not other version | 218 | ;; Use CVSHeader to really get information from CVS and not other version |
| 219 | ;; control systems. | 219 | ;; control systems. |
| 220 | (defconst rst-cvs-header | 220 | (defconst rst-cvs-header |
| 221 | "$CVSHeader: sm/rst_el/rst.el,v 1.327.2.5 2012-10-07 12:44:34 stefan Exp $") | 221 | "$CVSHeader: sm/rst_el/rst.el,v 1.327.2.6 2012-10-07 13:05:50 stefan Exp $") |
| 222 | (defconst rst-cvs-rev | 222 | (defconst rst-cvs-rev |
| 223 | (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+" | 223 | (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+" |
| 224 | " .*" rst-cvs-header "0.0") | 224 | " .*" rst-cvs-header "0.0") |
| @@ -247,7 +247,7 @@ SVN revision is the upstream (docutils) revision.") | |||
| 247 | "Official version of the package.") | 247 | "Official version of the package.") |
| 248 | (defconst rst-official-cvs-rev | 248 | (defconst rst-official-cvs-rev |
| 249 | (rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " " | 249 | (rst-extract-version "[%$]" "Revision: " "[0-9]+\\(?:\\.[0-9]+\\)+" " " |
| 250 | "$Revision: 1.327.2.5 $") | 250 | "%Revision: 1.327 %") |
| 251 | "CVS revision of this file in the official version.") | 251 | "CVS revision of this file in the official version.") |
| 252 | 252 | ||
| 253 | (defconst rst-version | 253 | (defconst rst-version |