Update customize-package-emacs-version-alist
commit79d9f0c0ce49cb852995b7093c20e5adff291806
authorKyle Meyer <kyle@kyleam.com>
Thu, 7 Sep 2017 20:56:11 +0000 (7 16:56 -0400)
committerKyle Meyer <kyle@kyleam.com>
Thu, 7 Sep 2017 20:56:15 +0000 (7 16:56 -0400)
treef82369bc896d3e22e8a56beae8044dd476cfc9ca
parent6496d0ca956b91de7204989111db826644eaac30
Update customize-package-emacs-version-alist

* lisp/org.el (customize-package-emacs-version-alist): Add entries for
all existing ":package-version" values, and remove entries for
versions that aren't used as ":package-version" values.

Note that this alist has a limited effect because we specify
":version" in almost all of our defcustoms.  Two functions make use of
this alist: describe-variable-custom-version-info and
customize-changed-options.  The former only looks at the alist if
:version isn't specified, and the latter only looks at :version if an
entry for :package-version isn't found in the alist.

We should consider removing the defcustom :version specifications so
that the package-version->version mapping only needs to be maintained
in one place.
lisp/org.el