Mercurial > emacs
changeset 28208:e83a7193f612
(with-buffer-prepared-for-font-lock): Add comment
about behavior of set-buffer-modified-p wrt redisplay.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 20 Mar 2000 12:30:55 +0000 |
parents | fd3ece8a61e5 |
children | 62de58b6dfb7 |
files | lisp/jit-lock.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jit-lock.el Mon Mar 20 12:24:57 2000 +0000 +++ b/lisp/jit-lock.el Mon Mar 20 12:30:55 2000 +0000 @@ -46,6 +46,8 @@ buffer-file-name buffer-file-truename) ,@body + ;; Calling set-buffer-modified causes redisplay to consider + ;; all windows because that function sets update_mode_lines. (set-buffer-modified-p modified))))