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

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

[elpa] externals/gtags-mode 45fdfac932 09/61: Simplify imenu again.


From: ELPA Syncer
Subject: [elpa] externals/gtags-mode 45fdfac932 09/61: Simplify imenu again.
Date: Thu, 28 Apr 2022 10:57:38 -0400 (EDT)

branch: externals/gtags-mode
commit 45fdfac932fe35a4e24e1972efe082d362d3ed2f
Author: Jimmy Aguilar Mena <kratsbinovish@gmail.com>
Commit: Jimmy Aguilar Mena <kratsbinovish@gmail.com>

    Simplify imenu again.
---
 global-xref.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/global-xref.el b/global-xref.el
index b1277ae29c..54f491f4a2 100644
--- a/global-xref.el
+++ b/global-xref.el
@@ -226,7 +226,7 @@ any additional command line arguments to pass to GNU 
Global."
   (when buffer-file-name
     (global-xref--filter-find-symbol
      (lambda (name _code _file line)
-       (list (format "%s:%s" line name) line 
#'global-xref--imenu-goto-function))
+       (list name line #'global-xref--imenu-goto-function))
      '("--file")
      (file-name-nondirectory buffer-file-name))))
 



reply via email to

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