(etags-tags-completion-table): Allow ? and : in guessed tag names.
This commit is contained in:
parent
7434015f91
commit
63af2693ce
1 changed files with 2 additions and 2 deletions
|
@ -986,8 +986,8 @@ See documentation of variable `tags-file-name'."
|
|||
;; \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)
|
||||
|
|
Loading…
Add table
Reference in a new issue