summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-06-16 07:22:09 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-06-16 07:22:09 +0100
commitbe498d4bb3180b258c47a3b5efcde8d51c9b8883 (patch)
tree42a623a1252ffa71ba27d7554ab4504f25fcdfa3 /dh-elpa.el
parent4ba894bd12957935925078018439235b732a8d6e (diff)
s, dash and yasnippet now packaged within elpa-*
Diffstat (limited to 'dh-elpa.el')
-rw-r--r--dh-elpa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh-elpa.el b/dh-elpa.el
index 8017851..3643452 100644
--- a/dh-elpa.el
+++ b/dh-elpa.el
@@ -183,7 +183,7 @@ These are packaged separately for two reasons:
- it permits use of addons with older versions of Emacs, for
which the dependency is not yet a built-in package."
- (let ((non-elpa (list 'emacs 's 'dash 'yasnippet))
+ (let ((non-elpa (list 'emacs))
(packaged-separately (list 'let-alist 'seq)))
(cl-remove-if (lambda (dep) (let ((pkg (car dep)))
(or (memq pkg non-elpa)