]> git.eshelyaron.com Git - emacs.git/commit
; Avoid loading package-vc in 'package-load-descriptor'
authorPhilip Kaludercic <philipk@posteo.net>
Mon, 31 Oct 2022 09:51:40 +0000 (10:51 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Mon, 31 Oct 2022 09:51:40 +0000 (10:51 +0100)
commit17b017d55c49b7218a52bea3b6ddcd1705024bbe
treea25954b6120b938b0c911fb0072b6003289aa6ef
parent462a66e79edcc34ecbeef7cc1604765adfdc038e
; Avoid loading package-vc in 'package-load-descriptor'

* lisp/emacs-lisp/package.el (package-load-descriptor): Remove the
:commit check.

The property is mostly unused anyway, and this unnecessarily slows
down initialisation if a package is installed from source.
lisp/emacs-lisp/package.el