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

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

[nongnu] elpa/wfnames 9c47ce1488 07/98: Remove unused variable


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames 9c47ce1488 07/98: Remove unused variable
Date: Tue, 8 Aug 2023 04:01:12 -0400 (EDT)

branch: elpa/wfnames
commit 9c47ce148878aa28095da7aa0e74447ff2d79e26
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Remove unused variable
---
 helm-edit-marked.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/helm-edit-marked.el b/helm-edit-marked.el
index 209d5f20a1..34dee9510d 100644
--- a/helm-edit-marked.el
+++ b/helm-edit-marked.el
@@ -6,7 +6,6 @@
 (require 'helm)
 
 (defvar helm-ff-edit-buffer "*Edit hff marked*")
-(defvar helm-ff--edit-marked-old-files nil)
 
 (defvar helm-ff-edit-mode-map
   (let ((map (make-sparse-keymap)))
@@ -60,7 +59,6 @@ Special commands:
                              file 'old-name file 'face 'helm-ff-file)
                             "\n")))
       (helm-ff-edit-mode)
-      (set (make-local-variable 'helm-ff--edit-marked-old-files) marked))
     (switch-to-buffer helm-ff-edit-buffer)))
 
 (defun helm-ff-edit-marked-commit-buffer ()



reply via email to

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