Fix type error in package-vc prompt function
* lisp/emacs-lisp/package-vc.el (package-vc--read-package-name): Pass (not allow-url) as REQUIRE-MATCH, not as INITIAL-INPUT.
This commit is contained in:
parent
c53c5f3884
commit
2b93d0e6f1
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ source packages that have already been installed."
|
|||
(and-let* ((extras (package-desc-extras (cadr pkg)))
|
||||
(url (alist-get :url extras))
|
||||
((package-vc--guess-backend url)))))))
|
||||
nil (not allow-url)))
|
||||
(not allow-url)))
|
||||
|
||||
(defun package-vc--read-package-desc (prompt &optional installed)
|
||||
"Query the user for a source package and return a description with PROMPT.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue