diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 620b21d0a1b..ad12008fce4 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -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. |