From: Stefan Monnier Date: Tue, 7 Dec 1999 06:39:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01e924b8c772e17333b2d6a3ab241d19a8748cff;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb6d4b438d7..a054c3b8b7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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