summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dh-elpa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh-elpa.el b/dh-elpa.el
index 3a8911d..bfac156 100644
--- a/dh-elpa.el
+++ b/dh-elpa.el
@@ -55,7 +55,7 @@ current time is used."
(funcall real-fun outbuf autoloads load-name file pkg-time))
(advice-add #'autoload-insert-section-header
:around #'dhelpa-autoload-insert-section-header)
- (package--make-autoloads-and-stuff pkg-desc pkg-dir)
+ (package--make-autoloads-and-stuff (dhelpa-filter-pkg-desc pkg-desc) pkg-dir)
(advice-remove #'autoload-insert-section-header
#'dhelpa-autoload-insert-section-header)
pkg-dir))