mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
Try again to fix tests
This commit is contained in:
parent
7cfbf8cee7
commit
d8445fd80e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
(require 'which-key)
|
||||
(require 'ert)
|
||||
(require 'evil)
|
||||
|
||||
(ert-deftest which-key-test--keymap-based-bindings ()
|
||||
(let ((map (make-sparse-keymap))
|
||||
|
|
@ -141,7 +142,6 @@
|
|||
(evil-local-mode t)
|
||||
(evil-state 'normal)
|
||||
which-key-replacement-alist)
|
||||
(require 'evil)
|
||||
(define-key map [which-key-a] '(which-key "blah"))
|
||||
(define-key map "b" 'ignore)
|
||||
(define-key map "c" "c")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue