Add ERC entries for 'customize-package-emacs-version-alist'
* lisp/erc/erc.el (customize-package-emacs-version-alist): Add entries for existing ERC versions.
This commit is contained in:
parent
4afff515c8
commit
c480b68644
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@
|
|||
"https://www.gnu.org/software/emacs/erc.html (mailing list: emacs-erc@gnu.org)"
|
||||
"Location of the ERC client on the Internet.")
|
||||
|
||||
;; Map each :package-version to the associated Emacs version.
|
||||
;; (This eliminates the need for explicit :version keywords on the
|
||||
;; custom definitions.)
|
||||
(add-to-list
|
||||
'customize-package-emacs-version-alist
|
||||
'(ERC ("5.2" . "22.1")
|
||||
("5.3" . "23.1")))
|
||||
|
||||
(defgroup erc nil
|
||||
"Emacs Internet Relay Chat client."
|
||||
:link '(url-link "https://www.gnu.org/software/emacs/erc.html")
|
||||
|
|
Loading…
Add table
Reference in a new issue