leoliu pushed a commit to branch master
in repository elpa.

commit 6281e468c481ec0ca9628d49fedb9a330638d311
Author: Leo Liu <sdl....@gmail.com>
Date:   Wed Feb 26 12:04:53 2014 +0800

    Use --color=always in ggtags-global-build-command
    
    Required for windows and dos.
---
 ggtags.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ggtags.el b/ggtags.el
index 9cce122..d32ea6f 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -554,7 +554,7 @@ non-nil."
                           (and ggtags-global-ignore-case "--ignore-case")
                           (and (ggtags-find-project)
                                (ggtags-project-has-color (ggtags-find-project))
-                               "--color")
+                               "--color=always")
                           (and (ggtags-find-project)
                                (ggtags-project-has-path-style 
(ggtags-find-project))
                                "--path-style=shorter")

Reply via email to