]> git.earman.xyz Git - emacsinit.git/commitdiff
Make vc clone work
authorrearman <rearman@r717.net>
Thu, 28 Aug 2025 20:43:37 +0000 (16:43 -0400)
committerrearman <rearman@r717.net>
Thu, 28 Aug 2025 20:43:37 +0000 (16:43 -0400)
Had wrong function and args

re/re-vc-defuns.el

index b0bd07e8d53f98bce210eff3f6faabeef78119cf..e72d72b488ea10e4407aaee56a183a443f430dbb 100644 (file)
@@ -9,7 +9,7 @@ Prompt for url and local dir."
   (interactive)
   (let* ((url (read-string "Repository URL: "))
         (dir (read-string "Local Dir: " (file-name-base url))))
-    (vc-clone url nil dir nil)))
+    (vc-git-clone url dir nil)))
 
 (defun re/vc-show-branches (&optional arg)
   "Display all Git branches in a separate buffer.