On Tuesday 27 May 2008, Stefan Monnier wrote: > > Addressed. See new version of the patch. > > OK, let's wait for the paperwork, then. Great. :-) > > > + (when (< (point) nxml-prolog-end) > > + (assert (bobp)) > > + (nxml-fontify-prolog) > > + (goto-char nxml-prolog-end)) > > This code needs a comment explaining why (bobp) should be true. Done. I thought the nxml-fontify-prolog next to (assert (bobp)) would tell the reader "Oh, nxml-fontify-prolog needs to start at the beginning of the buffer"