Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evil-digit-bound-motions was deleted #45

Closed
vmfhrmfoaj opened this issue Nov 18, 2021 · 1 comment
Closed

evil-digit-bound-motions was deleted #45

vmfhrmfoaj opened this issue Nov 18, 2021 · 1 comment
Labels

Comments

@vmfhrmfoaj
Copy link

What did you expect to happen?

No error when starting Emacs.

What actually happened?

When starting Emacs, complain evil-digit-bound-motions is not declared.
It was deleted: emacs-evil/evil@040210a

Describe your attempts to resolve the issue

I think below line is no more needed.

(add-to-list 'evil-digit-bound-motions 'evil-multiedit-beginning-of-line) ; line 479

workaround:

(defvar evil-digit-bound-motions nil
  "`evil-digit-bound-motions' was deleted.
See, https://github.com/emacs-evil/evil/commit/040210af0b3c9000ff9e552855322a1d35cebcf3")

Steps to reproduce

  1. Update evil pacakge
  2. Exit emacs
  3. Start emacs

Package commit

master

System Information

I use Fedora Linux 35 (Workstation Edition) x86_64

@hlissner
Copy link
Owner

This issue should now be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants