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

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

[elpa] externals/agitate 1e998e1466 59/67: Rename helper for single comm


From: ELPA Syncer
Subject: [elpa] externals/agitate 1e998e1466 59/67: Rename helper for single commit command
Date: Wed, 28 Sep 2022 16:57:30 -0400 (EDT)

branch: externals/agitate
commit 1e998e1466dd549739f66ff9dd3b10731510eb6d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Rename helper for single commit command
---
 agitate.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/agitate.el b/agitate.el
index 157261dbd5..72a1df4d0f 100644
--- a/agitate.el
+++ b/agitate.el
@@ -277,7 +277,7 @@ to those pertaining to the current file."
     (with-current-buffer (pop-to-buffer buf)
       (diff-mode))))
 
-(defun agitate--vc-git-format-patch-single-behaviour ()
+(defun agitate--vc-git-format-patch-single-commit ()
   "Help `agitate-vc-git-format-patch-single' with its COMMIT."
   (if-let ((default-value (cadr (log-view-current-entry (point) t))))
       default-value
@@ -296,8 +296,7 @@ minibuffer completion.
 
 Output the patch file to the return value of the function
 `vc-root-dir'."
-  (interactive
-   (list (agitate--vc-git-format-patch-single-behaviour)))
+  (interactive (list (agitate--vc-git-format-patch-single-commit)))
   ;; TODO 2022-09-27: Handle the output directory better.  Though I am
   ;; not sure how people work with those.  I normally use the root of
   ;; the current repo (and then clean it) or put everything in the



reply via email to

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