From 56d95d0231f536e64cdf67c65537d4db4593093c Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 25 Sep 2010 13:43:27 +0000 Subject: gnus-ems.el (gnus-put-image):Don't put any non-blank text into the buffer when inserting images. --- lisp/gnus/gnus-ems.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-ems.el') diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index 7bc59bf1b69..9c395dbf24a 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el @@ -276,7 +276,7 @@ (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) -- cgit v1.2.3