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

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

[elpa] master 3959af9 52/78: Specify :type for company-semantic-begin-af


From: Dmitry Gutov
Subject: [elpa] master 3959af9 52/78: Specify :type for company-semantic-begin-after-member-access
Date: Sun, 18 Feb 2018 07:40:25 -0500 (EST)

branch: master
commit 3959af91e5e514aaea72366c1851b40b612307cf
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    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

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