Mercurial > emacs
changeset 28738:d53c2c6bc56f
(etags-tags-completion-table): Add a `:'
in the second character class of the regexp.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Apr 2000 18:54:39 +0000 |
parents | fcd4ecfbaafe |
children | 192cbf5dbea2 |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/etags.el Thu Apr 27 18:53:44 2000 +0000 +++ b/lisp/progmodes/etags.el Thu Apr 27 18:54:39 2000 +0000 @@ -1155,7 +1155,7 @@ ;; \6 is the line to start searching at; ;; \7 is the char to start searching at. (while (re-search-forward - "^\\(\\([^\177]+[^-a-zA-Z0-9_+*$\177]+\\)?\ + "^\\(\\([^\177]+[^-a-zA-Z0-9_+*$:\177]+\\)?\ \\([-a-zA-Z0-9_+*$?:]+\\)[^-a-zA-Z0-9_+*$?:\177]*\\)\177\ \\(\\([^\n\001]+\\)\001\\)?\\([0-9]+\\)?,\\([0-9]+\\)?\n" nil t)