From 88532ae818f3e0211c14826a618bd0a80e30e993 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 7 Apr 2017 13:42:58 -0400 Subject: [PATCH] * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fixes. --- lisp/textmodes/rst.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 18202545423..490ea231096 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -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. )) -- 2.39.2