From da7c04083c113c67800f1e13fe92a186e1f9084e Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 21 Sep 2006 00:27:02 -0400 Subject: [PATCH] kbuild: Extend kbuild/defconfig tags support to exuberant ctags The following patch extends kbuild/defconfig tags support to exuberant ctags. The previous support is only for emacs ctags/etags programs. This patch also corrects the kconfig regex for the emacs invocation. Previously it would miss some instances because it assumed /^config instead of /^[ \t]*config Signed-off-by: Aron Griffis Signed-off-by: Sam Ravnborg --- Reading git-format-patch failed