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

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

[elpa] master a2ec806 12/29: Use tramp-aware `start-file-process' to sta


From: Dmitry Gutov
Subject: [elpa] master a2ec806 12/29: Use tramp-aware `start-file-process' to start completion process
Date: Tue, 28 Mar 2017 20:50:35 -0400 (EDT)

branch: master
commit a2ec8062f7537110c10edcd2bfec6159b90a8495
Author: Juergen Hoetzel <address@hidden>
Commit: Juergen Hoetzel <address@hidden>

    Use tramp-aware `start-file-process' to start completion process
    
    Refs #462.
---
 company-clang.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-clang.el b/company-clang.el
index 36d04ec..1cb24c9 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -209,7 +209,7 @@ or automatically through a custom 
`company-clang-prefix-guesser'."
         (erase-buffer)
         (setq buffer-undo-list t))
       (let* ((process-connection-type nil)
-             (process (apply #'start-process "company-clang" buf
+             (process (apply #'start-file-process "company-clang" buf
                              company-clang-executable args)))
         (set-process-sentinel
          process



reply via email to

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