leoliu pushed a commit to branch master in repository elpa. commit d48aa3fb04ebca21009b8aeff96b294f96b8f5c9 Author: Leo Liu <sdl....@gmail.com> 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."