gnus-int.el, nnimap.el, nnir.el: More improvements to thread-referral.
[bpt/emacs.git] / lisp / gnus / gnus-ems.el
index 3a79e67..d7d9076 100644 (file)
 
 (defun gnus-put-image (glyph &optional string category)
   (let ((point (point)))
-    (insert-image glyph (or string "*"))
+    (insert-image glyph (or string " "))
     (put-text-property point (point) 'gnus-image-category category)
     (unless string
       (put-text-property (1- (point)) (point)