]> code.delx.au - gnu-emacs-elpa/commitdiff
company-clang-arguments: Fix default element value
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Oct 2014 13:19:13 +0000 (17:19 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 5 Oct 2014 13:19:13 +0000 (17:19 +0400)
Closes #200

company-clang.el

index a1a32512509ff5065c49f69a8db69118771df8ea..77a544f694fa230e98dff11d1992a9c0b5281efb 100644 (file)
@@ -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."