Mercurial > emacs
changeset 26747:a65919d40cd0
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 07 Dec 1999 06:39:33 +0000 |
parents | d22cd599a91a |
children | 8b8438e9ac12 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 07 06:31:57 1999 +0000 +++ b/lisp/ChangeLog Tue Dec 07 06:39:33 1999 +0000 @@ -8,6 +8,8 @@ * font-lock.el (font-lock-default-fontify-region): Fix subtle off-by-one problem that could force re-fontifying the whole buffer. + (font-lock-remove-keywords): New function. + (font-lock-add-keywords): Use the new function to ensure idempotence. 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>