> To trigger this bug `push' some other function to
                             ^^^^
                              any

> `font-lock-extend-region-functions' (should be *before*
> `font-lock-extend-region-wholelines' in this list).

> Fix:

> Just test for `eobp' in `font-lock-extend-region-wholelines':

> (unless (or (bolp) (eobp))
>   (setq changed t font-lock-end (line-beginning-position 2)))

> instead of just

> (unless (bolp) (setq changed t font-lock-end (line-beginning-position 2)))

Thanks.  Should be fixed now,


        Stefan


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to