* lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry.
This commit is contained in:
parent
fdef18c3e3
commit
3c69f2c5bb
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ in parentheses follows the development revision and the time stamp.")
|
||||||
("1.3.0" . "24.3")
|
("1.3.0" . "24.3")
|
||||||
("1.3.1" . "24.3")
|
("1.3.1" . "24.3")
|
||||||
("1.4.0" . "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)
|
(unless (assoc rst-official-version rst-package-emacs-version-alist)
|
||||||
|
|
Loading…
Add table
Reference in a new issue