]> git.eshelyaron.com Git - emacs.git/commitdiff
(etags-tags-completion-table): Add a `:'
authorGerd Moellmann <gerd@gnu.org>
Thu, 27 Apr 2000 18:54:39 +0000 (18:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 27 Apr 2000 18:54:39 +0000 (18:54 +0000)
in the second character class of the regexp.

lisp/progmodes/etags.el

index 0659c8a51062fbc86d949cba63bab02a1e0401b5..29cac6ee1c2dd78ffd0c2daba29b2d59678336ff 100644 (file)
@@ -1155,7 +1155,7 @@ where they were found."
       ;;   \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)