comparison lisp/jit-lock.el @ 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 d04b7ce72b4a
children 030a9790d290
comparison
equal deleted inserted replaced
28207:fd3ece8a61e5 28208:e83a7193f612
44 after-change-functions 44 after-change-functions
45 deactivate-mark 45 deactivate-mark
46 buffer-file-name 46 buffer-file-name
47 buffer-file-truename) 47 buffer-file-truename)
48 ,@body 48 ,@body
49 ;; Calling set-buffer-modified causes redisplay to consider
50 ;; all windows because that function sets update_mode_lines.
49 (set-buffer-modified-p modified)))) 51 (set-buffer-modified-p modified))))
50 52
51 53
52 54
53 ;;; Customization. 55 ;;; Customization.