elpasync pushed a change to branch elpa/projectile.
from 18116c346e Add GNU ELPA to Eldev package archives
new 0484b44ff9 Replace cl-lib sequence functions with seq.el equivalents
new 6c4984c1b9 Replace (cdr (assoc ...)) with alist-get
new b8462bf646 Use string-remove-prefix and string-remove-suffix
new a34690a32e Clean up minor Emacs Lisp idioms
new 2982cd9611 Remove unnecessary fboundp guard and declare-function
new f52777c0a6 Replace delete-dups with seq-uniq
new b53336e3c5 Replace (delq nil (mapcar ...)) with seq-keep
new 098f4b9409 Remove unused function
projectile-files-in-project-directory
new b55462304c Revert seq-keep usage; not available via compat on Emacs
27
new 2902604208 Add declare-function for vc-git-grep
new 89b42ac404 Replace seq-union with seq-uniq + append for Emacs 27
compatibility
new 12957e12ea Add TODOs for seq-union and seq-keep when minimum Emacs
is bumped
Summary of changes:
CHANGELOG.md | 1 +
projectile.el | 349 +++++++++++++++++++++++-------------------------
test/projectile-test.el | 2 +-
3 files changed, 167 insertions(+), 185 deletions(-)