mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 68a103221fd4da7df8fb70823ed7b0b3fab9036f Author: Matthew L. Fidler <[email protected]> Date: Thu Jul 3 12:56:15 2014 -0500 declare real-key-binding --- ergoemacs-test.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-test.el b/ergoemacs-test.el index e4ea9f4..23f877e 100644 --- a/ergoemacs-test.el +++ b/ergoemacs-test.el @@ -1016,6 +1016,7 @@ Selected mark would not be cleared after paste." "\\[package-menu-mark-upgrades]"))) (kill-buffer (current-buffer))) +(declare-function ergoemacs-real-key-binding "ergoemacs-advices.el" (key &optional accept-default no-remap position) t) (ert-deftest ergoemacs-test-unbind-commands-active () "Make sure the unbound keys work" (should (eq 'ergoemacs-undefined (ergoemacs-real-key-binding (read-kbd-macro "C-x C-s")))))
