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

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

[nongnu] elpa/with-simulated-input 7bbe0ff680 056/134: Make sure butterc


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 7bbe0ff680 056/134: Make sure buttercup and undercover are loadable in "eldev emacs"
Date: Mon, 10 Jan 2022 23:00:05 -0500 (EST)

branch: elpa/with-simulated-input
commit 7bbe0ff680c0c77eac94637166885c8b5c7a8fac
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    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)



reply via email to

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