projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e7820
)
* package-vc.el (vc-clone): Remove superfluous declaration
author
Philip Kaludercic
<philipk@posteo.net>
Tue, 2 Aug 2022 15:04:31 +0000
(17:04 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Tue, 2 Aug 2022 15:04:31 +0000
(17:04 +0200)
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index f95c79ccf2e808309d3578370ae224d52ef300a6..7e76725a05c17e4e0c497753c5e964a9831659d5 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-35,8
+35,6
@@
:group 'package
:version "29.1")
-(declare-function vc-clone "vc" (backend remote &optional directory))
-
(defun package-vc-commit (pkg)
"Extract the commit of a development package PKG."
(cl-assert (eq (package-desc-kind pkg) 'vc))