instead of for the function `set-extent-property'.
+2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
+
+ * speedbar.el (speedbar-insert-image-button-maybe): Check for
+ `xemacs' feature instead of for the function `set-extent-property'.
+
2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
* mail/mh-utils.el (mh-folder-hist): New var.
;; underlying text. This means if we leave it tangible, then I
;; don't have to change said giant piles o code.
(if (and a (symbol-value (cdr a)))
- (if (fboundp 'set-extent-property)
+ (if (featurep 'xemacs)
(add-text-properties (+ start (length bt)) start
(list 'end-glyph (symbol-value (cdr a))
'rear-nonsticky (list 'display)