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

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

[elpa] master 556fe45 45/78: Specify type


From: Dmitry Gutov
Subject: [elpa] master 556fe45 45/78: Specify type
Date: Sun, 18 Feb 2018 07:40:21 -0500 (EST)

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

    Specify type
---
 company-clang.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company-clang.el b/company-clang.el
index 439d1b7..79aa120 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -45,7 +45,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-clang-arguments nil
   "Additional arguments to pass to clang when completing.



reply via email to

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