diff options
| author | Tony Zorman | 2023-10-15 16:51:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-18 13:30:45 +0300 |
| commit | a019d2bd56818046854345922ad805f3212cd116 (patch) | |
| tree | f05cc77795a7750f251102d634e9d6b0389ef179 /java/org/gnu | |
| parent | 426176c75e5337762b185818942c439a93e3d9ef (diff) | |
| download | emacs-a019d2bd56818046854345922ad805f3212cd116.tar.gz emacs-a019d2bd56818046854345922ad805f3212cd116.zip | |
use-package: Add ':ignored-files' support to ':vc' keyword
* lisp/use-package/use-package-core.el (use-package-split-when):
New utility function to split a list whenever a specified
predicate returns t.
(use-package-vc-valid-keywords): A new defconst to gather all
allowed keywords.
(use-package-normalize--vc-arg): Properly normalize the
':ignored-files' keyword, in that the following are all valid
ways of entering files:
:ignored-files "a"
:ignored-files ("a")
:ignored-files "a" "b" "c"
:ignored-files ("a" "b" "c")
(use-package-normalize/:vc): Adjust normalization, now that we
do not necessarily receive a valid plist as an input. (Bug#66567)
* test/lisp/use-package/use-package-tests.el
(use-package-test-normalize/:vc): Add tests for ':ignored-files'
keyword.
Diffstat (limited to 'java/org/gnu')
0 files changed, 0 insertions, 0 deletions