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

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

[nongnu] elpa/dracula-theme a7a3becaf1 3/3: Remove test profile from mel


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme a7a3becaf1 3/3: Remove test profile from melpa package content
Date: Tue, 18 Jan 2022 02:58:08 -0500 (EST)

branch: elpa/dracula-theme
commit a7a3becaf11488eee36d50c06a692f3fa4201297
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Remove test profile from melpa package content
    
    The default recipe contains an excluding glob on *-test.el, which helps
    us to do that.
---
 test-profile.el => profile-test.el | 0
 start_emacs_test.sh                | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-profile.el b/profile-test.el
similarity index 100%
rename from test-profile.el
rename to profile-test.el
diff --git a/start_emacs_test.sh b/start_emacs_test.sh
index 37ed084ccf..efd835b7a6 100755
--- a/start_emacs_test.sh
+++ b/start_emacs_test.sh
@@ -20,4 +20,4 @@ if [ -n "$COLOR" ]; then
 else
     echo "Run as a graphical window"
 fi
-$EMACS -Q --debug-init -L $(pwd) -l test-profile.el $ARGS
+$EMACS -Q --debug-init -L $(pwd) -l profile-test.el $ARGS



reply via email to

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