[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/agitate a04f65e8bc 4/6: Remove unused variable
From: |
ELPA Syncer |
Subject: |
[elpa] externals/agitate a04f65e8bc 4/6: Remove unused variable |
Date: |
Thu, 29 Sep 2022 07:57:18 -0400 (EDT) |
branch: externals/agitate
commit a04f65e8bc4e288919b27140030ed3470edc7939
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove unused variable
---
agitate.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/agitate.el b/agitate.el
index bfd0c76f79..d8b638f486 100644
--- a/agitate.el
+++ b/agitate.el
@@ -303,9 +303,6 @@ With optional LONG do not abbreviate commit hashes."
(or file "--")))
nil t)))
-(defvar agitate-vc-git-show-buffer "*agitate-vc-git-show*"
- "Buffer for showing a git commit.")
-
;;;###autoload
(defun agitate-vc-git-show (&optional current-file)
"PROTOTYPE.
- [elpa] externals/agitate updated (905e921029 -> 723c9b072b), ELPA Syncer, 2022/09/29
- [elpa] externals/agitate 5fbe6e3f85 2/6: Always go to point-min in agitate-vc-git-show, ELPA Syncer, 2022/09/29
- [elpa] externals/agitate a04f65e8bc 4/6: Remove unused variable,
ELPA Syncer <=
- [elpa] externals/agitate 73299258f4 5/6: Make agitate-diff-refine-cycle NONE state explicit, ELPA Syncer, 2022/09/29
- [elpa] externals/agitate 629423345e 3/6: Add revert-buffer-function to agitate-vc-git-show, ELPA Syncer, 2022/09/29
- [elpa] externals/agitate f91849b996 1/6: Add completion table to disable sorting of commits, ELPA Syncer, 2022/09/29
- [elpa] externals/agitate 723c9b072b 6/6: Add agitate--log-view-on-revision-p and use it, ELPA Syncer, 2022/09/29