X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/af5a17495f80e22dae84f22f2b8b4b1105ca102b..a5433b904ffc3b1cb51cc108e24a9d6bd6ca6bc6:/packages/company/company-clang.el diff --git a/packages/company/company-clang.el b/packages/company/company-clang.el index 52bb6e6ad..6d1737a7f 100644 --- a/packages/company/company-clang.el +++ b/packages/company/company-clang.el @@ -145,7 +145,7 @@ or automatically through a custom `company-clang-prefix-guesser'." (defun company-clang--handle-error (res args) (goto-char (point-min)) (let* ((buf (get-buffer-create company-clang--error-buffer-name)) - (cmd (concat company-clang-executable (mapconcat 'identity args " "))) + (cmd (concat company-clang-executable " " (mapconcat 'identity args " "))) (pattern (format company-clang--completion-pattern "")) (err (if (re-search-forward pattern nil t) (buffer-substring-no-properties (point-min)