From 1b6d1813a74fbeb6677245a71e7c978e52daff68 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Mon, 25 Nov 2024 18:03:54 +0100 Subject: [PATCH] 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 6367a568a..4526a05de 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)