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

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

[elpa] externals/agitate 45eb3b6c5d 54/67: Declare agitate-vc-git-show a


From: ELPA Syncer
Subject: [elpa] externals/agitate 45eb3b6c5d 54/67: Declare agitate-vc-git-show as interactive-only
Date: Wed, 28 Sep 2022 16:57:29 -0400 (EDT)

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

    Declare agitate-vc-git-show as interactive-only
---
 agitate.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/agitate.el b/agitate.el
index 12c48c3cb5..d73dda4cfb 100644
--- a/agitate.el
+++ b/agitate.el
@@ -263,6 +263,7 @@ With optional LONG do not abbreviate commit hashes."
 Prompt for commit and run `git-show(1)' on it.
 With optional CURRENT-FILE as prefix argument, limit the commits
 to those pertaining to the current file."
+  (declare (interactive-only t))
   (interactive "P")
   (when-let* ((file (caadr (vc-deduce-fileset))) ; FIXME 2022-09-27: Better 
way to get current file?
               (revision (agitate--vc-git-get-hash-from-string



reply via email to

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