Skip to content

Commit

Permalink
Excluding VC packages that are also on an ELPA.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Dec 11, 2023
1 parent 5b257ef commit f029364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
1 nil
(lambda ()
(when-let ((list (seq-remove (lambda (elt)
(package-vc-p (car (alist-get elt package-alist))))
(seq-some #'package-vc-p (alist-get elt package-alist)))
(package--upgradeable-packages))))
(display-warning 'emacs (format "%d upgradeable package(s): %s"
(length list)
Expand Down

0 comments on commit f029364

Please sign in to comment.