emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Thu, 16 Jun 2005 12:09:42 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.263 emacs/lisp/font-lock.el:1.264
*** emacs/lisp/font-lock.el:1.263       Mon Jun  6 21:32:57 2005
--- emacs/lisp/font-lock.el     Thu Jun 16 16:09:42 2005
***************
*** 430,436 ****
  the search, as for MATCH-HIGHLIGHT above, but with one exception; see below.
  PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after
  the last, instance MATCH-ANCHORED's MATCHER is used.  Therefore they can be
! used to initialise before, and cleanup after, MATCHER is used.  Typically,
  PRE-MATCH-FORM is used to move to some position relative to the original
  MATCHER, before starting with MATCH-ANCHORED's MATCHER.  POST-MATCH-FORM might
  be used to move back, before resuming with MATCH-ANCHORED's parent's MATCHER.
--- 430,436 ----
  the search, as for MATCH-HIGHLIGHT above, but with one exception; see below.
  PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after
  the last, instance MATCH-ANCHORED's MATCHER is used.  Therefore they can be
! used to initialize before, and cleanup after, MATCHER is used.  Typically,
  PRE-MATCH-FORM is used to move to some position relative to the original
  MATCHER, before starting with MATCH-ANCHORED's MATCHER.  POST-MATCH-FORM might
  be used to move back, before resuming with MATCH-ANCHORED's parent's MATCHER.




reply via email to

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