1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 1999-12-07 06:39:33 +00:00
parent 3708dfe933
commit 01e924b8c7

View File

@ -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>