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

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

[elpa] master 41f4536 018/173: Add missing require to `company-gtags`


From: Dmitry Gutov
Subject: [elpa] master 41f4536 018/173: Add missing require to `company-gtags`
Date: Thu, 23 Jun 2016 00:28:34 +0000 (UTC)

branch: master
commit 41f45368a98158363ab7a2146726f04cc18df873
Author: Iqbal Ansari <address@hidden>
Commit: Iqbal Ansari <address@hidden>

    Add missing require to `company-gtags`
---
 company-gtags.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/company-gtags.el b/company-gtags.el
index aaa22b9..e214db7 100644
--- a/company-gtags.el
+++ b/company-gtags.el
@@ -26,6 +26,7 @@
 ;;; Code:
 
 (require 'company)
+(require 'company-template)
 (require 'cl-lib)
 
 (defgroup company-gtags nil



reply via email to

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