summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
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)