summaryrefslogtreecommitdiff
path: root/dh-elpa.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-27 09:23:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-27 09:23:38 -0700
commit0225d710f7364e36e900794e095dcf13765e75ef (patch)
treed45a82dbc3a0a6bd93ba5a011b4000bb0b508cb8 /dh-elpa.el
parente70705e6aa7db3e314ddab9b462a60b29eaf0b14 (diff)
Add xref, project to list of builtin pkgs also packaged separatelydebian/2.0.5archive/debian/2.0.5
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 3643452..f8d2814 100644
--- a/dh-elpa.el
+++ b/dh-elpa.el
@@ -184,7 +184,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))
- (packaged-separately (list 'let-alist 'seq)))
+ (packaged-separately (list 'let-alist 'seq 'xref 'project)))
(cl-remove-if (lambda (dep) (let ((pkg (car dep)))
(or (memq pkg non-elpa)
(and