Mercurial > emacs
changeset 29710:684342d36151
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 17 Jun 2000 17:22:41 +0000 |
parents | 69ac77ea153c |
children | 913fab478495 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jun 17 17:21:54 2000 +0000 +++ b/lisp/ChangeLog Sat Jun 17 17:22:41 2000 +0000 @@ -1,5 +1,13 @@ 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> + * font-lock.el (font-lock-after-fontify-buffer) + (font-lock-after-unfontify-buffer): No need to call back to jit-lock. + + * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on. + Use consistent make-local-variable style for font-lock-fontified. + (jit-lock-fontify-buffer): + Don't bother checking for font-lock-mode and jit-lock-mode. + * time.el: Remove trailing ^M that prevent CVS-merging. 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>