changeset 9152:364abaa6ddf2

(etags-tags-completion-table): Allow ? and : in guessed tag names.
author Roland McGrath <roland@gnu.org>
date Tue, 27 Sep 1994 05:41:20 +0000
parents 02bee4d2de9a
children 029821174e53
files lisp/progmodes/etags.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Tue Sep 27 05:37:06 1994 +0000
+++ b/lisp/progmodes/etags.el	Tue Sep 27 05:41:20 1994 +0000
@@ -986,8 +986,8 @@
       ;;   \6 is the line to start searching at;
       ;;   \7 is the char to start searching at.
       (while (re-search-forward
-	      "^\\(\\(.+[^-a-zA-Z0-9_$]+\\)?\\([-a-zA-Z0-9_$]+\\)\
-\[^-a-zA-Z0-9_$]*\\)\177\\(\\([^\n\001]+\\)\001\\)?\
+	      "^\\(\\(.+[^-a-zA-Z0-9_$]+\\)?\\([-a-zA-Z0-9_$?:]+\\)\
+\[^-a-zA-Z0-9_$?:]*\\)\177\\(\\([^\n\001]+\\)\001\\)?\
 \\([0-9]+\\)?,\\([0-9]+\\)?\n"
 	      nil t)
 	(intern	(if (match-beginning 5)