From: Roland McGrath Date: Tue, 27 Sep 1994 05:41:20 +0000 (+0000) Subject: (etags-tags-completion-table): Allow ? and : in guessed tag names. X-Git-Tag: emacs-19.34~6702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63af2693ce90cb3f1a08720b4f753ce99eedb4e7;p=emacs.git (etags-tags-completion-table): Allow ? and : in guessed tag names. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 144e143090e..3f25c09a9e1 100644 --- 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)