summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-11-27 20:19:59 -0800
committerGlenn Morris <rgm@gnu.org>2018-11-27 20:19:59 -0800
commitd7132ad870c13932bd58b24d0b124799aa49a277 (patch)
tree8730733819c64a12cab3a7a2d49cc4448148669f /lisp/mh-e/mh-e.el
parent5f3926053eaebc8ebff696abfd5a8d4365d8671d (diff)
downloademacs-d7132ad870c13932bd58b24d0b124799aa49a277.tar.gz
* lisp/mh-e/mh-e.el (customize-package-emacs-version-alist): Additions.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 05ff672da52..78fa2af52c1 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -1022,12 +1022,13 @@ windows in the frame are removed."
(when delete-other-windows-flag
(delete-other-windows)))
-;; FIXME: Maybe out of date? --xfq
(if (boundp 'customize-package-emacs-version-alist)
(add-to-list 'customize-package-emacs-version-alist
'(MH-E ("6.0" . "22.1") ("6.1" . "22.1") ("7.0" . "22.1")
("7.1" . "22.1") ("7.2" . "22.1") ("7.3" . "22.1")
- ("7.4" . "22.1") ("8.0" . "22.1"))))
+ ("7.4" . "22.1") ("8.0" . "22.1") ("8.1" . "23.1")
+ ("8.2" . "23.1") ("8.3" . "24.1") ("8.4" . "24.4")
+ ("8.5" . "24.4") ("8.6" . "24.4"))))