From 9770b24760053e105acda1f2fec33f8670ed7d55 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 5 Oct 2014 17:19:13 +0400 Subject: [PATCH] company-clang-arguments: Fix default element value Closes #200 --- company-clang.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2