changeset 37180:fc838f090bbe

(speedbar-insert-image-button-maybe): Check for `xemacs' feature instead of for the function `set-extent-property'.
author Eric M. Ludlam <zappo@gnu.org>
date Wed, 04 Apr 2001 00:49:34 +0000
parents ebfe0296345e
children 5e4515f18782
files lisp/speedbar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/speedbar.el	Tue Apr 03 16:02:45 2001 +0000
+++ b/lisp/speedbar.el	Wed Apr 04 00:49:34 2001 +0000
@@ -4318,7 +4318,7 @@
 	;; 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)