Mercurial > emacs
changeset 57967:5c8dcdd5f8bc
(tempo-match-finder): Use [:word:] instead of "^\\b",
to solve a bug whereby tags with 'b' don't match.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Nov 2004 11:26:59 +0000 |
parents | 13661731eef0 |
children | a1a7e74ce4b5 |
files | lisp/tempo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tempo.el Sat Nov 06 10:01:56 2004 +0000 +++ b/lisp/tempo.el Sat Nov 06 11:26:59 2004 +0000 @@ -172,7 +172,7 @@ (defvar tempo-marks nil "A list of marks to jump to with `\\[tempo-forward-mark]' and `\\[tempo-backward-mark]'.") -(defvar tempo-match-finder "\\b\\([^\\b]+\\)\\=" +(defvar tempo-match-finder "\\b\\([[:word:]]+\\)\\=" "The regexp or function used to find the string to match against tags. If `tempo-match-finder is a string, it should contain a regular