projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7434015
)
(etags-tags-completion-table): Allow ? and : in guessed tag names.
author
Roland McGrath
<roland@gnu.org>
Tue, 27 Sep 1994 05:41:20 +0000
(
05:41
+0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 27 Sep 1994 05:41:20 +0000
(
05:41
+0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 144e143090e8f957bbd17aa4f02f9d282f151700..3f25c09a9e1148051e56ca46585d815396e404ed 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-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)