Restore ability to show a restricted list of packages in Package Menu.
[bpt/emacs.git] / lisp / finder.el
index 784de0a..ae2afba 100644 (file)
@@ -316,7 +316,7 @@ not `finder-known-keywords'."
         (packages (gethash id finder-keywords-hash)))
     (unless packages
       (error "No packages matching key `%s'" key))
-    (package--list-packages packages)))
+    (package-show-package-list packages)))
 
 (define-button-type 'finder-xref 'action #'finder-goto-xref)