From: Dmitry Gutov Date: Sun, 5 Oct 2014 13:19:13 +0000 (+0400) Subject: company-clang-arguments: Fix default element value X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/9770b24760053e105acda1f2fec33f8670ed7d55 company-clang-arguments: Fix default element value Closes #200 --- diff --git a/company-clang.el b/company-clang.el index a1a325125..77a544f69 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."