emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6cd44734d 18/42: Remove unused variable in 'package-vc--unpack'


From: Philip Kaludercic
Subject: master a6cd44734d 18/42: Remove unused variable in 'package-vc--unpack'
Date: Thu, 17 Nov 2022 14:56:21 -0500 (EST)

branch: master
commit a6cd44734d33a37dfef2a989b79cba41da71e2f8
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove unused variable in 'package-vc--unpack'
    
    * lisp/emacs-lisp/package-vc.el (package-vc--unpack): Remove 'url'.
---
 lisp/emacs-lisp/package-vc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 70d9ac98d7..d9b335f1cf 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -500,7 +500,7 @@ PKG-SPEC is a package specification, a property list 
describing
 how to fetch and build the package.  See `package-vc--archive-spec-alist'
 for details.  The optional argument REV specifies a specific revision to
 checkout.  This overrides the `:branch' attribute in PKG-SPEC."
-  (pcase-let* (((map :url :lisp-dir) pkg-spec)
+  (pcase-let* (((map :lisp-dir) pkg-spec)
                (name (package-desc-name pkg-desc))
                (dirname (package-desc-full-name pkg-desc))
                (pkg-dir (expand-file-name dirname package-user-dir)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]