* custom.el (defcustom, custom-handle-keyword): Add :package-version
authorBill Wohler <wohler@newt.com>
Mon, 10 Apr 2006 23:43:34 +0000 (23:43 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 10 Apr 2006 23:43:34 +0000 (23:43 +0000)
commit4e9c705e50b4e6ee733e0134703b00253cc4cf7c
tree5d3b92a29d6c6dd057ce3f0605488a22f9ed9119
parent1d22fabd46ebbb3e2af5cdea011b42c7a0331463
* custom.el (defcustom, custom-handle-keyword): Add :package-version
keyword.
(custom-add-package-version): New function. Sets value of new property
'custom-package-version from :package-version keyword.

* cus-edit.el (customize-package-emacs-version-alist): New variable.
(customize-changed-options): Add check for custom-package-version.
(customize-package-emacs-version): New function to look up Emacs
version corresponding to the given package version.
lisp/ChangeLog
lisp/cus-edit.el
lisp/custom.el