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

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

[nongnu] elpa/helm ea90a64a6b 1/3: Move helm-marked-buffer-name to helm-


From: ELPA Syncer
Subject: [nongnu] elpa/helm ea90a64a6b 1/3: Move helm-marked-buffer-name to helm-utils
Date: Thu, 24 Aug 2023 09:59:36 -0400 (EDT)

branch: elpa/helm
commit ea90a64a6bd4ccd729e0f8231c7f9dbfdc361702
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Move helm-marked-buffer-name to helm-utils
---
 helm-files.el    | 1 -
 helm-packages.el | 2 +-
 helm-utils.el    | 2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index 5e43ca749a..cdf5413217 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -137,7 +137,6 @@ Don't set it directly, use instead 
`helm-ff-auto-update-initial-value'.")
 ;; watch out!
 (defvar helm-tramp-file-name-regexp "\\`/\\([^/:|]+\\):")
 (defvar helm-ff-tramp-method-regexp "[/|]:\\([^:]*\\)")
-(defvar helm-marked-buffer-name "*helm marked*")
 (defvar helm-ff--auto-update-state nil)
 (defvar helm-ff--deleting-char-backward nil)
 (defvar helm-multi-files--toggle-locate nil)
diff --git a/helm-packages.el b/helm-packages.el
index f6cbfb12c9..7b1d1b8dde 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -21,7 +21,7 @@
 (require 'cl-lib)
 (require 'helm)
 (require 'package)
-(eval-when-compile (require 'helm-utils)) ; For 
with-helm-display-marked-candidates.
+(require 'helm-utils) ; For with-helm-display-marked-candidates.
 
 ;;; Compatibility with Emacs-29+
 ;;  Needed by helm-packages.el waiting package.el moves on Elpa.
diff --git a/helm-utils.el b/helm-utils.el
index 7e139b81d4..639d9e0d0c 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -245,6 +245,8 @@ See https://www.freeformatter.com/html-entities.html";)
 
 (defvar helm-find-many-files-after-hook nil
   "Hook that runs at end of `helm-find-many-files'.")
+
+(defvar helm-marked-buffer-name "*helm marked*")
 
 ;;; Faces.
 ;;



reply via email to

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