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

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

[elpa] 03/09: Fix #31: Avoid `-d' switch for compatibility


From: Leo Liu
Subject: [elpa] 03/09: Fix #31: Avoid `-d' switch for compatibility
Date: Tue, 18 Feb 2014 02:56:15 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit 5cdfab7df655c3fbcf2ade02322db0860be27aeb
Author: Leo Liu <address@hidden>
Date:   Thu Feb 13 10:44:35 2014 +0800

    Fix #31: Avoid `-d' switch for compatibility
---
 ggtags.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ggtags.el b/ggtags.el
index 509db78..a511d25 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -1,6 +1,6 @@
 ;;; ggtags.el --- emacs frontend to GNU Global source code tagging system  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2013  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2014  Free Software Foundation, Inc.
 
 ;; Author: Leo Liu <address@hidden>
 ;; Version: 0.7.9
@@ -495,7 +495,7 @@ non-nil."
                           (and ggtags-global-treat-text "--other")
                           (pcase cmd
                             ((pred stringp) cmd)
-                            (`definition "-d")
+                            (`definition "") ;-d not supported by Global 5.7.1
                             (`reference "-r")
                             (`symbol "-s")
                             (`path "--path")
@@ -844,7 +844,7 @@ Global and Emacs."
                                (`"GSYMS"  '("symbol"     "symbols"))
                                (`"GRTAGS" '("reference"  "references"))
                                (`"ID"     '("identifier" "identifiers"))
-                               (_        '("match"      "matches"))))))
+                               (_         '("match"      "matches"))))))
           exit-status)))
 
 ;;; NOTE: Must not match the 'Global started at Mon Jun 3 10:24:13'



reply via email to

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