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

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

[elpa] externals/company 88001d7: company-gtags: Revert part of a partia


From: ELPA Syncer
Subject: [elpa] externals/company 88001d7: company-gtags: Revert part of a partial revert
Date: Wed, 24 Feb 2021 17:57:06 -0500 (EST)

branch: externals/company
commit 88001d794d963049339883216b6606de0a1209ea
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    company-gtags: Revert part of a partial revert
    
    Closes #1067
---
 company-gtags.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-gtags.el b/company-gtags.el
index 7c93bf0..d9713d0 100644
--- a/company-gtags.el
+++ b/company-gtags.el
@@ -94,7 +94,7 @@ completion."
     (let (tags)
       ;; For some reason Global v 6.6.3 is prone to returning exit status 1
       ;; even on successful searches when '-T' is used.
-      (when (/= 3 (process-file company-gtags-executable nil
+      (when (/= 3 (process-file (company-gtags--executable) nil
                                ;; "-T" goes through all the tag files listed 
in GTAGSLIBPATH
                                (list (current-buffer) nil) nil "-xGqT" (concat 
"^" prefix)))
         (goto-char (point-min))



reply via email to

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