emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 12/15: Make package a requirement.


From: Matthew Fidler
Subject: [elpa] 12/15: Make package a requirement.
Date: Sun, 06 Jul 2014 03:56:19 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit c6572ee34797a6b89dcb5aaf2654ebd609ee434f
Author: Matthew L. Fidler <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]