branch: externals/vc-got
commit 21914ca959126b8333895482e7d23a4a00cb90d3
Author: Omar Polo <[email protected]>
Commit: Omar Polo <[email protected]>
apply-impl should not be interactive
---
vc-got-stage.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/vc-got-stage.el b/vc-got-stage.el
index 4d7a3bf..4331ad5 100644
--- a/vc-got-stage.el
+++ b/vc-got-stage.el
@@ -92,7 +92,6 @@ Higher values means higher priority. DON'T use negative
numbers.")
(defun vc-got-stage--apply-impl (script tmp-file)
"Apply the stages using SCRIPT as script (TMP-FILE is the path)."
- (interactive "P")
(let* ((default-directory (vc-find-root default-directory ".got"))
(stage-buf (get-buffer-create "*vc-got-stage*")))
(unless (zerop (apply #'process-file "got" nil stage-buf nil "unstage"