bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13824: 24.3.50; :package-version not taking priority over :version


From: Bastien Guerry
Subject: bug#13824: 24.3.50; :package-version not taking priority over :version
Date: Tue, 26 Feb 2013 18:28:59 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

The docstring of `defcustom' says:

:package-version
        VALUE should be a list with the form (PACKAGE . VERSION)
        specifying that the variable was first introduced, or its
        default value was changed, in PACKAGE version VERSION.  This
        keyword takes priority over :version.
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

but `describe-variable-custom-version-info' gives priority to :version
over :package-version.  Which one is correct here?

Thanks!





reply via email to

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