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

This commit is contained in:
Glenn Morris 2017-01-11 18:23:17 -05:00
parent fdef18c3e3
commit 3c69f2c5bb

View file

@ -267,7 +267,7 @@ in parentheses follows the development revision and the time stamp.")
("1.3.0" . "24.3")
("1.3.1" . "24.3")
("1.4.0" . "24.3")
("1.4.1" . "24.5")
("1.4.1" . "25.1")
))
(unless (assoc rst-official-version rst-package-emacs-version-alist)