`evil-digit-bound-motions` was deleted
vmfhrmfoaj opened this issue · 1 comments
vmfhrmfoaj commented
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
- Update
evil
pacakge - Exit emacs
- Start emacs
Package commit
master
System Information
I use Fedora Linux 35 (Workstation Edition) x86_64
hlissner commented
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!