mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit c6572ee34797a6b89dcb5aaf2654ebd609ee434f Author: Matthew L. Fidler <[email protected]> Date: Thu Jul 3 14:10:45 2014 -0500 Make package a requirement. --- ergoemacs-test.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ergoemacs-test.el b/ergoemacs-test.el index 23f877e..5817b98 100644 --- a/ergoemacs-test.el +++ b/ergoemacs-test.el @@ -1008,8 +1008,10 @@ Selected mark would not be cleared after paste." (call-interactively 'ergoemacs-end-of-line-or-what) (should (= (point) (point-at-eol)))))) +(declare-function package-list-packages-no-fetch "package.el") (ert-deftest ergoemacs-test-u-for-package-list-packages () "Test `package-list-packages' `substitute-command-keys'" + (require 'package) (package-list-packages-no-fetch) (should (string= (ergoemacs-pretty-key "U") (substitute-command-keys
