]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fixes.
authorGlenn Morris <rgm@gnu.org>
Fri, 7 Apr 2017 17:42:58 +0000 (13:42 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 7 Apr 2017 17:42:58 +0000 (13:42 -0400)
lisp/textmodes/rst.el

index 1820254542305bb598a387a303f16e41a82d6963..490ea231096207f958385e1604f5f05f7b164946 100644 (file)
@@ -296,8 +296,8 @@ in parentheses follows the development revision and the time stamp.")
     ("1.4.1" . "25.1")
     ("1.4.2" . "25.1")
     ("1.5.0" . "26.1")
-    ("1.5.1" . "26.2")
-    ("1.5.2" . "26.2")
+    ("1.5.1" . "26.1")
+    ("1.5.2" . "26.1")
     ;; Whatever the Emacs version is this rst.el version ends up in.
     ))