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

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

[elpa] 16/38: Fix ggtags-show-definition to run in current project


From: Leo Liu
Subject: [elpa] 16/38: Fix ggtags-show-definition to run in current project
Date: Mon, 24 Mar 2014 09:31:34 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit 671601355a044b15a5004cba6dab670bd0c46818
Author: Leo Liu <address@hidden>
Date:   Wed Mar 12 10:13:53 2014 +0800

    Fix ggtags-show-definition to run in current project
---
 ggtags.el |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ggtags.el b/ggtags.el
index 16a4a36..18f10b9 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -1372,10 +1372,11 @@ When finished invoke CALLBACK in BUFFER with process 
exit status."
                    (kill-buffer buffer)
                    (with-current-buffer current
                      (funcall fn defs))))))
-    (ggtags-global-output
-     buffer
-     (list "global" "--result=grep" "--path-style=absolute" name)
-     show 100)))
+    (ggtags-with-current-project
+     (ggtags-global-output
+      buffer
+      (list "global" "--result=grep" "--path-style=absolute" name)
+      show 100))))
 
 (defvar ggtags-mode-prefix-map
   (let ((m (make-sparse-keymap)))



reply via email to

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