emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d7132ad 1/2: * lisp/mh-e/mh-e.el (customize-packa


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 d7132ad 1/2: * lisp/mh-e/mh-e.el (customize-package-emacs-version-alist): Additions.
Date: Tue, 27 Nov 2018 23:24:17 -0500 (EST)

branch: emacs-26
commit d7132ad870c13932bd58b24d0b124799aa49a277
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/mh-e/mh-e.el (customize-package-emacs-version-alist): Additions.
---
 lisp/mh-e/mh-e.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 05ff672..78fa2af 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"))))
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]