branch: externals/gtags-mode commit 0d2bfb63dc90c406a27a003d41b0520cd64ff6eb Author: Jimmy Aguilar Mena <kratsbinov...@gmail.com> Commit: Jimmy Aguilar Mena <kratsbinov...@gmail.com>
Simplify last change --- gtags-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtags-mode.el b/gtags-mode.el index a6b969d9b1..7e23dfb6cc 100644 --- a/gtags-mode.el +++ b/gtags-mode.el @@ -281,8 +281,8 @@ name, code, file, line." (concat root (match-string-no-properties 1 line)) ;; file (string-to-number (match-string-no-properties 3 line))))) ;; line (apply #'gtags-mode--exec-sync - (append '("--directory") `(,(file-local-name root)) - gtags-mode--output-format-options args `(,symbol))))) + (append gtags-mode--output-format-options args + `("--directory" ,(file-local-name root) ,symbol))))) (error "Calling gtags-mode--filter-find-symbol without GTAGSROOT") nil))