* lisp/emacs-lisp/package.el: Fix initially wrong compat table
(package--build-compatibility-table): require finder
This commit is contained in:
parent
f80027b37a
commit
357edb4e89
1 changed files with 2 additions and 0 deletions
|
@ -1199,6 +1199,8 @@ version higher than the one being used. To check for package
|
|||
|
||||
(defun package--build-compatibility-table ()
|
||||
"Build `package--compatibility-table' with `package--mapc'."
|
||||
;; Initialize the list of built-ins.
|
||||
(require 'finder-inf nil t)
|
||||
;; Build compat table.
|
||||
(setq package--compatibility-table (make-hash-table :test 'eq))
|
||||
(package--mapc #'package--add-to-compatibility-table))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue