[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 5b24aad73f 1/2: Add missing helm-only in helm-grep
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 5b24aad73f 1/2: Add missing helm-only in helm-grep |
Date: |
Fri, 18 Apr 2025 16:01:33 -0400 (EDT) |
branch: elpa/helm
commit 5b24aad73fb8de010e300aaa34f01716f4d0ebd6
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Add missing helm-only in helm-grep
---
helm-grep.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/helm-grep.el b/helm-grep.el
index 124ceb789f..6bd54d583d 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -830,6 +830,7 @@ If N is positive go forward otherwise go backward."
(interactive)
(with-helm-window
(helm-goto-next-or-prec-file 1)))
+(put 'helm-goto-next-file 'helm-only t)
(helm-make-command-from-action helm-grep-run-default-action
"Run grep default action from `helm-do-grep-1'."
@@ -1040,10 +1041,12 @@ Special commands:
(defun helm-gm-next-file ()
(interactive)
(helm-goto-next-or-prec-file 1))
+(put 'helm-gm-next-file 'helm-only t)
(defun helm-gm-precedent-file ()
(interactive)
(helm-goto-next-or-prec-file -1))
+(put 'helm-gm-precedent-file 'helm-only t)
(defun helm-grep-mode-jump ()
(interactive)