]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-clang: Only initialize in supported major modes
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 1e562ff313e219a91e417cbaaabb0f9c0d525866..a14f6058f7b9ae056f74b559ea87bf6e80367039 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,8 @@
 
 ## Next
 
+* `company-clang` is now only initialized in supported buffers.
+  So, no error messages if you don't have Clang until you open a C file.
 * `company-clang` recognizes Clang included with recent Xcode.
 * New commands `company-select-previous-or-abort` and
   `company-select-next-or-abort`, bound to `<up>` and `<down>`.