[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 92053773c7 1/6: Simplify minibuffer insertion
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 92053773c7 1/6: Simplify minibuffer insertion |
Date: |
Mon, 9 Sep 2024 16:00:17 -0400 (EDT) |
branch: elpa/helm
commit 92053773c74cad8a23f1826645f7fac7df27a558
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Simplify minibuffer insertion
---
helm-files.el | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/helm-files.el b/helm-files.el
index c235fab03a..970cdd1fde 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5676,10 +5676,7 @@ source is `helm-source-find-files'."
:filtered-candidate-transformer 'helm-adaptive-sort
:action (lambda (candidate)
(with-selected-window (minibuffer-window)
- (goto-char (point-max))
- (when (re-search-backward "/" nil t)
- (delete-region (match-end 0) (point-max))
- (forward-char 1))
+ (delete-minibuffer-contents)
(bookmark-insert-location candidate))))
:buffer "*helm bookmark insert*"
:allow-nest t)))
- [nongnu] elpa/helm updated (886a729991 -> 530f37e78c), ELPA Syncer, 2024/09/09
- [nongnu] elpa/helm df53496c44 5/6: Notify keyword in lisp completion transformer, ELPA Syncer, 2024/09/09
- [nongnu] elpa/helm e75b285a4a 3/6: Save-match-data for safety even if, ELPA Syncer, 2024/09/09
- [nongnu] elpa/helm 92053773c7 1/6: Simplify minibuffer insertion,
ELPA Syncer <=
- [nongnu] elpa/helm 9f61e4c84c 4/6: Add completion on char classes for regexps, ELPA Syncer, 2024/09/09
- [nongnu] elpa/helm 4e4257afdb 2/6: Fix comments and reorganize, no code changes, ELPA Syncer, 2024/09/09
- [nongnu] elpa/helm 530f37e78c 6/6: Update NEWS, ELPA Syncer, 2024/09/09