# HG changeset patch # User Roland McGrath # Date 780644480 0 # Node ID 364abaa6ddf21e55ccba5d90541370cbe4b63fa9 # Parent 02bee4d2de9aa1c9cf1999fa21c8fb372572e980 (etags-tags-completion-table): Allow ? and : in guessed tag names. diff -r 02bee4d2de9a -r 364abaa6ddf2 lisp/progmodes/etags.el --- 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)