branch: elpa/bind-map commit 4ceb7deb3add0716afaa2a5d658b81469ee2879b Author: justbur <jus...@burkett.cc> Commit: justbur <jus...@burkett.cc>
Remove messages from tests --- bind-map-tests.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/bind-map-tests.el b/bind-map-tests.el index 2653c0c99a..5eaa84abc1 100644 --- a/bind-map-tests.el +++ b/bind-map-tests.el @@ -108,12 +108,9 @@ '(bind-map-for-mode-inherit bind-map-test-map-minor-child bind-map-test-map-minor-parent :minor-modes (bind-map-test-minor-mode-inheritance))) - (message "%s" (pp bind-map-test-map-minor-child-root-map)) (defvar bind-map-test-minor-mode-inheritance) (define-key bind-map-test-map-minor-child "a" "e") - (message "%s" (pp bind-map-test-map-minor-child-root-map)) (let ((bind-map-test-minor-mode-inheritance t)) - (message "%s" (pp bind-map-test-map-minor-child-root-map)) (should (string= (key-binding "\C-aa") "e")) (evil-local-mode 1) (evil-motion-state)