branch: master
commit 3959af91e5e514aaea72366c1851b40b612307cf
Author: Alex Branham <bran...@utexas.edu>
Commit: Alex Branham <bran...@utexas.edu>

    Specify :type for company-semantic-begin-after-member-access
---
 company-semantic.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company-semantic.el b/company-semantic.el
index ff9f66a..2f6fe2a 100644
--- a/company-semantic.el
+++ b/company-semantic.el
@@ -56,7 +56,8 @@ symbol is preceded by \".\", \"->\" or \"::\", ignoring
 
 If `company-begin-commands' is a list, it should include `c-electric-lt-gt'
 and `c-electric-colon', for automatic completion right after \">\" and
-\":\".")
+\":\"."
+  :type 'boolean)
 
 (defcustom company-semantic-insert-arguments t
   "When non-nil, insert function arguments as a template after completion."

Reply via email to