Steve Youngs <sryoungs(a)bigpond.net.au> writes:
(if (featurep 'xemacs)
;; before-string property is broken in Emacs
- (overlay-put ovl 'before-string
+ (reftex-overlay-put ovl 'before-string
If we're using the extents API in a direct way, `before-string' should
be `begin-glyph'. (The overlay-put in fsf-compat translates one to
the other.)
Otherwise, the patch looks good to me.