Are you going to install this patch? --- orig/lisp/font-lock.el +++ mod/lisp/font-lock.el @@ -1058,7 +1058,8 @@ 'font-lock-multiline nil) (point-max))) (goto-char end) - (setq end (line-beginning-position 2)) + ;; Round up to a whole line. + (unless (bolp) (setq end (line-beginning-position 2))) ;; Now do the fontification. (font-lock-unfontify-region beg end) (when font-lock-syntactic-keywords
_______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel