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

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

[elpa] 19/30: company-clang-arguments: Fix default element value


From: Dmitry Gutov
Subject: [elpa] 19/30: company-clang-arguments: Fix default element value
Date: Tue, 14 Oct 2014 22:22:52 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 9770b24760053e105acda1f2fec33f8670ed7d55
Author: Dmitry Gutov <address@hidden>
Date:   Sun Oct 5 17:19:13 2014 +0400

    company-clang-arguments: Fix default element value
    
    Closes #200
---
 company-clang.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-clang.el b/company-clang.el
index a1a3251..77a544f 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -51,7 +51,7 @@ and `c-electric-colon', for automatic completion right after 
\">\" and
   "Additional arguments to pass to clang when completing.
 Prefix files (-include ...) can be selected with `company-clang-set-prefix'
 or automatically through a custom `company-clang-prefix-guesser'."
-  :type '(repeat (string :tag "Argument" nil)))
+  :type '(repeat (string :tag "Argument")))
 
 (defcustom company-clang-prefix-guesser 'company-clang-guess-prefix
   "A function to determine the prefix file for the current buffer."



reply via email to

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