aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/rst.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index e31ab4a974b..52c97ff8789 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -103,8 +103,9 @@
103 103
104;;; Code: 104;;; Code:
105 105
106(eval-when-compile 106;; FIXME: Use `eval-when-compile' when calls to `some', `position', `signum'
107 (require 'cl)) 107;; and `position-if' are replaced.
108(require 'cl)
108 109
109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 110;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
110;; Versions 111;; Versions
@@ -122,7 +123,7 @@ and before TAIL-RE and DELIM-RE in VAR or DEFAULT for no match."
122;; Use CVSHeader to really get information from CVS and not other version 123;; Use CVSHeader to really get information from CVS and not other version
123;; control systems. 124;; control systems.
124(defconst rst-cvs-header 125(defconst rst-cvs-header
125 "$CVSHeader: sm/rst_el/rst.el,v 1.257.2.9 2012-05-29 19:53:00 stefan Exp $") 126 "$CVSHeader: sm/rst_el/rst.el,v 1.257.2.10 2012-06-02 09:38:40 stefan Exp $")
126(defconst rst-cvs-rev 127(defconst rst-cvs-rev
127 (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+" 128 (rst-extract-version "\\$" "CVSHeader: \\S + " "[0-9]+\\(?:\\.[0-9]+\\)+"
128 " .*" rst-cvs-header "0.0") 129 " .*" rst-cvs-header "0.0")