Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For some discussion, see the following threads:
https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html
https://lists.gnu.org/r/emacs-devel/2021-03/msg00490.html
ivy-avy.el
: Move contents toivy.el
. Bump package versions to0.13.5
. Mention deprecation in Commentary and warning message.ivy.el
: Bump package version to0.13.5
.(
ivy-define-key
): Usefunction-put
in place ofput
.(
ivy-minibuffer-map
): Bindivy-avy
.(
ivy-avy-style
): Moved fromivy-avy.el
. Add anil
option for falling through to the defaultavy-styles-alist
oravy-style
.(
ivy--avy-candidates
,ivy--avy-action
,ivy--avy-handler-function
)(
ivy-avy
): Moved fromivy-avy.el
with some cleanups.swiper.el
: Bump package versions to0.13.5
. Localize external variable and function declarations.(
swiper-avy
): Fix error message and docstring.counsel.el
:ivy-hydra.el
:doc/ivy.org
: Bump package versions to0.13.5
.doc/ivy.texi
: Regenerate.Makefile
(compile
): Don't byte-compileivy-avy.el
.ivy-test.el
(ivy-avy
):targets/plain.el
: Don't loadivy-avy.el
.Closes #2574, closes #2583.