Mercurial > emacs
changeset 72864:b3ac65067f69
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 14 Sep 2006 11:08:38 +0000 |
parents | 526dc1f36b09 |
children | 1ba9cc2a8b76 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 14 09:37:44 2006 +0000 +++ b/lisp/ChangeLog Thu Sep 14 11:08:38 2006 +0000 @@ -1,10 +1,15 @@ +2006-09-14 Kim F. Storm <storm@cua.dk> + + * jit-lock.el (jit-lock-fontify-again): New function. + (jit-lock-fontify-now): Use it instead of lambda form. + 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) (flyspell-auto-correct-word): Make ispell-filter local to these functions. Check that ispell-filter has new stuff before calling ispell-parse-output. - + 2006-09-13 Kim F. Storm <storm@cua.dk> * simple.el (line-move-partial): Optimize.