mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
* lisp/mh-e/mh-e.el (customize-package-emacs-version-alist): Additions.
This commit is contained in:
parent
5f3926053e
commit
d7132ad870
@ -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"))))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user