]> git.eshelyaron.com Git - emacs.git/commitdiff
(tempo-match-finder): Use [:word:] instead of "^\\b",
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2004 11:28:42 +0000 (11:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Nov 2004 11:28:42 +0000 (11:28 +0000)
to solve a bug whereby tags with 'b' don't match.

lisp/ChangeLog
lisp/tempo.el

index 8e55dcd6270407a625e98bfacd792389e2e23060..f3b2b82da1e913f7f9f2c9edc17a7985f1a6fdae 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
+
+       * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
+       to solve a bug whereby tags with 'b' don't match.
+
 2004-11-05  Juri Linkov  <juri@jurta.org>
 
        * info.el (Info-search): Don't search in node header lines
index 3ceb3e271f4dcfed61dc19b9e19e39b4c75f70af..16b43d72430fecfc288237e4a8f8817daba632a7 100644 (file)
@@ -172,7 +172,7 @@ documentation for the function `tempo-complete-tag' for more info.
 (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