emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/vc-got 21914ca 032/145: apply-impl should not be intera


From: ELPA Syncer
Subject: [elpa] externals/vc-got 21914ca 032/145: apply-impl should not be interactive
Date: Thu, 9 Sep 2021 15:58:27 -0400 (EDT)

branch: externals/vc-got
commit 21914ca959126b8333895482e7d23a4a00cb90d3
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    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"



reply via email to

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