summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2017-08-23 12:18:25 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2017-08-23 12:18:25 -0400
commit26dec17bf61e40aa602036b9c8cdece5f995f87b (patch)
tree4c755a5b369c8dd874b74156b2850cb076f65b10
parentd9b4ba634328aeeda5aeeda8344187e73ce54faa (diff)
Remove work-around because s-el and dash-el have been elpafied
-rwxr-xr-xdh_elpa_test7
1 files changed, 0 insertions, 7 deletions
diff --git a/dh_elpa_test b/dh_elpa_test
index 2c49904..f0f70ca 100755
--- a/dh_elpa_test
+++ b/dh_elpa_test
@@ -323,13 +323,6 @@ if (@ert_files) {
push @args, ("--eval", "(add-to-list 'package-directory-list \"$elpadir\")");
push @args, ("-f", "package-initialize");
- # work around the fact that s-el and dash-el are not packaged with
- # dh_elpa so aren't in $dhelpadir
- push @args, ("-L", "/usr/share/emacs/site-lisp/s-el")
- if ($control->source->Build_Depends->has( "s-el" ));
- push @args, ("-L", "/usr/share/emacs/site-lisp/dash-el")
- if ($control->source->Build_Depends->has( "dash-el" ));
-
# add the user's load-path entries
if (defined $options->{_}->{'ert_load_path'}) {
foreach my $dir (split(',', $options->{_}->{'ert_load_path'})) {