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

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

[elpa] master e5e2c23 61/78: Make company-clang use cache again


From: Dmitry Gutov
Subject: [elpa] master e5e2c23 61/78: Make company-clang use cache again
Date: Sun, 18 Feb 2018 07:40:26 -0500 (EST)

branch: master
commit e5e2c23809e4163795ad499bc048c008f85c22e7
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Make company-clang use cache again
---
 company-clang.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/company-clang.el b/company-clang.el
index 43ecc8e..90a372e 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -343,9 +343,7 @@ passed via standard input."
                          (if (string-match "\\`:[^:]" anno)
                              (company-template-objc-templatify anno)
                            (company-template-c-like-templatify
-                            (concat arg anno))))))
-    ;; FIXME: Remove, this is just for testing.
-    (no-cache t)))
+                            (concat arg anno))))))))
 
 (provide 'company-clang)
 ;;; company-clang.el ends here



reply via email to

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