emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 49bf6a160a 2/2: Merge pull request #2511 from widefox


From: ELPA Syncer
Subject: [nongnu] elpa/helm 49bf6a160a 2/2: Merge pull request #2511 from widefox/master
Date: Tue, 24 May 2022 00:58:25 -0400 (EDT)

branch: elpa/helm
commit 49bf6a160a96057f56e51c69e9402569b12643f1
Merge: 30cdeac619 939da105d3
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #2511 from widefox/master
    
    add missing require solving compilation warning
---
 helm-grep.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-grep.el b/helm-grep.el
index 66c7e70334..ebfd7d8c21 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -16,6 +16,7 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Code:
+(require 'ansi-color)
 (require 'cl-lib)
 (require 'format-spec)
 (require 'helm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]