From: Glenn Morris Date: Fri, 7 Apr 2017 17:42:58 +0000 (-0400) Subject: * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fixes. X-Git-Tag: emacs-26.0.90~521^2~685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88532ae818f3e0211c14826a618bd0a80e30e993;p=emacs.git * lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fixes. --- 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. ))