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 77a9e9e11c5..d475010eaaf 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -581,7 +581,7 @@ repository can be set by BACKEND. If missing, (and current-prefix-arg :last-release))))) (package-vc--archives-initialize) (cond - ((and-let* ((stringp name-or-url) + ((and-let* (((stringp name-or-url)) (backend (or backend (package-vc-guess-backend name-or-url)))) (package-vc-unpack (package-desc-create |