[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 1b6d1813a7 2/2: Quote CLASS argument in helm-ff-bookm
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 1b6d1813a7 2/2: Quote CLASS argument in helm-ff-bookmark-insert-location |
Date: |
Mon, 25 Nov 2024 13:00:26 -0500 (EST) |
branch: elpa/helm
commit 1b6d1813a74fbeb6677245a71e7c978e52daff68
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Quote CLASS argument in helm-ff-bookmark-insert-location
---
helm-files.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-files.el b/helm-files.el
index 6367a568a3..4526a05de5 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5675,7 +5675,7 @@ source is `helm-source-find-files'."
(helm :sources (helm-bookmark-build-source
"bookmark insert location"
'helm-bookmark-helm-find-files-setup-alist
- helm-source-in-buffer
+ 'helm-source-in-buffer
:filtered-candidate-transformer
'(helm-adaptive-sort
helm-highlight-bookmark)