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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el [emacs-unicode-2]
Date: Wed, 28 Jul 2004 03:09:28 -0400

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.211.2.5 emacs/lisp/font-lock.el:1.211.2.6
*** emacs/lisp/font-lock.el:1.211.2.5   Fri Jul 23 04:30:38 2004
--- emacs/lisp/font-lock.el     Wed Jul 28 07:05:50 2004
***************
*** 358,365 ****
   (eval . FORM)
  
  where MATCHER can be either the regexp to search for, or the function name to
! call to make the search (called with one argument, the limit of the search) 
and
! return non-nil if it succeeds (and set `match-data' appropriately).
  MATCHER regexps can be generated via the function `regexp-opt'.
  
  FORM is an expression, whose value should be a keyword element, evaluated when
--- 358,366 ----
   (eval . FORM)
  
  where MATCHER can be either the regexp to search for, or the function name to
! call to make the search (called with one argument, the limit of the search;
! it should return non-nil, move point, and set `match-data' appropriately iff
! it succeeds; like `re-search-forward' would).
  MATCHER regexps can be generated via the function `regexp-opt'.
  
  FORM is an expression, whose value should be a keyword element, evaluated when




reply via email to

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