; Fix :version tags
This commit is contained in:
parent
8f4ad4d726
commit
5e940a353e
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ nothing at all to happen, even if the rest of the `use-package'
|
|||
declaration is incorrect."
|
||||
:type '(repeat symbol)
|
||||
:group 'use-package
|
||||
:version "30.1")
|
||||
:version "31.1")
|
||||
|
||||
(defcustom use-package-deferring-keywords
|
||||
'(:bind-keymap
|
||||
|
@ -225,7 +225,7 @@ attempted."
|
|||
(choice :tag "Default value" sexp function)
|
||||
(choice :tag "Enable if non-nil" sexp function)))
|
||||
:group 'use-package
|
||||
:version "30.1")
|
||||
:version "31.1")
|
||||
|
||||
(defcustom use-package-merge-key-alist
|
||||
'((:if . (lambda (new old) `(and ,new ,old)))
|
||||
|
|
Loading…
Add table
Reference in a new issue