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

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

[nongnu] elpa/helm 939da105d3 1/2: add missing require solving compilati


From: ELPA Syncer
Subject: [nongnu] elpa/helm 939da105d3 1/2: add missing require solving compilation warning
Date: Tue, 24 May 2022 00:58:25 -0400 (EDT)

branch: elpa/helm
commit 939da105d36b95b7a9fd27ba82e1a67b34e62f61
Author: Johnny <jrweare@gmail.com>
Commit: Johnny <jrweare@gmail.com>

    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]