1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

* lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fixes.

This commit is contained in:
Glenn Morris 2017-04-07 13:42:58 -04:00
parent 5c6b013604
commit 88532ae818

View 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.
))