emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tempo.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/tempo.el
Date: Sat, 06 Nov 2004 06:32:44 -0500

Index: emacs/lisp/tempo.el
diff -c emacs/lisp/tempo.el:1.21 emacs/lisp/tempo.el:1.22
*** emacs/lisp/tempo.el:1.21    Mon Sep  1 15:45:17 2003
--- emacs/lisp/tempo.el Sat Nov  6 11:26:59 2004
***************
*** 172,178 ****
  (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]+\\)\\="
    "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
--- 172,178 ----
  (defvar tempo-marks nil
    "A list of marks to jump to with `\\[tempo-forward-mark]' and 
`\\[tempo-backward-mark]'.")
  
! (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]