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

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

[elpa] 02/06: Small fix to ggtags-include-pattern


From: Leo Liu
Subject: [elpa] 02/06: Small fix to ggtags-include-pattern
Date: Fri, 12 Sep 2014 00:24:52 +0000

leoliu pushed a commit to branch master
in repository elpa.

commit d48aa3fb04ebca21009b8aeff96b294f96b8f5c9
Author: Leo Liu <address@hidden>
Date:   Wed Aug 13 11:36:05 2014 +0800

    Small fix to ggtags-include-pattern
---
 ggtags.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ggtags.el b/ggtags.el
index 2b95daa..4ba68ab 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -114,7 +114,7 @@ limit, only files edited in Ggtags mode are updated (via 
`global
   :group 'ggtags)
 
 (defcustom ggtags-include-pattern
-  '("^\\s-*#\\(?:include\\|import\\)\\s-*[\"<]\\(?:[./]*\\)?\\(.*?\\)[\">]" . 
1)
+  
'("^\\s-*#\\s-*\\(?:include\\|import\\)\\s-*[\"<]\\(?:[./]*\\)?\\(.*?\\)[\">]" 
. 1)
   "Pattern used to detect #include files.
 Value can be (REGEXP . SUB) or a function with no arguments.
 REGEXP should match from the beginning of line."



reply via email to

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