branch: elpa/with-simulated-input
commit 7bbe0ff680c0c77eac94637166885c8b5c7a8fac
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Make sure buttercup and undercover are loadable in "eldev emacs"
---
Eldev | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Eldev b/Eldev
index 957722a837..14a26f4993 100644
--- a/Eldev
+++ b/Eldev
@@ -8,7 +8,8 @@
(setq eldev-test-framework 'buttercup)
-(eldev-add-extra-dependencies 'test 'undercover)
+(eldev-add-extra-dependencies '(test emacs) 'undercover)
+(eldev-add-extra-dependencies 'emacs 'buttercup)
;; Tell checkdoc not to demand two spaces after a period.
(setq sentence-end-double-space nil)