I use cc-mode's electric behavior, which is great, except that whenever I type a '}' as the last character in a buffer, I get something like this:
So the bug is in, I think, xemacs-packages/edit-utils/lazy-lock.el, which does this:(add-hook 'after-change-functions 'lazy-lock-after-change nil t)when I think it should be doing this:(add-hook 'after-change-functions 'lazy-lock-after-change t t)