branch: elpa/helm commit e2f83f87b738ee43ca3dd028b64c42c679c32e5e Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove incompatible actions in helm-grep-ag-search-results --- helm-grep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-grep.el b/helm-grep.el index 61f2be615d2..97e5cc073a5 100644 --- a/helm-grep.el +++ b/helm-grep.el @@ -1719,7 +1719,7 @@ grep ag." (point-min) (point-max)) "\n"))) (transfo (helm-get-attr 'filtered-candidate-transformer src)) - (actions (helm-get-attr 'action src)) + (actions helm-grep-actions) (name (helm-get-attr 'name src)) (directory (helm-get-attr 'directory src))) (helm :sources (helm-build-sync-source (format "Search in %s" name)