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

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

[elpa] externals/dtache c29079e0c0 047/158: Remove dtache-session-histor


From: ELPA Syncer
Subject: [elpa] externals/dtache c29079e0c0 047/158: Remove dtache-session-history
Date: Wed, 19 Jan 2022 18:57:46 -0500 (EST)

branch: externals/dtache
commit c29079e0c042061ecb75e5e20c36f997000e6fcc
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Remove dtache-session-history
    
    The history variable was accidentally added to the
    dtache-completing-read function. This commit will remove it since
    re-ordering the history based on selected sessions is a bad idea.
---
 dtache.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtache.el b/dtache.el
index 538fe5b7f2..039178aa5b 100644
--- a/dtache.el
+++ b/dtache.el
@@ -576,7 +576,7 @@ Sessions running on  current host or localhost are updated."
                        (if (eq action 'metadata)
                            metadata
                          (complete-with-action action candidates string 
predicate))))
-         (cand (completing-read "Select session: " collection nil t nil 
'dtache-session-history)))
+         (cand (completing-read "Select session: " collection nil t)))
     (cdr (assoc cand candidates))))
 
 (defun dtache-setup-notification (session)



reply via email to

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