aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/message.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 2ce97377362..cb4843e1462 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -8399,7 +8399,8 @@ Used in `message-simplify-recipients'."
8399 (when (and (consp props) 8399 (when (and (consp props)
8400 (eq (car props) 'image)) 8400 (eq (car props) 'image))
8401 (put-text-property (point) (1+ (point)) 'display nil) 8401 (put-text-property (point) (1+ (point)) 'display nil)
8402 (setq displayed t))))) 8402 (setq displayed t)))
8403 (forward-char 1)))
8403 (unless displayed 8404 (unless displayed
8404 (save-excursion 8405 (save-excursion
8405 (goto-char (point-min)) 8406 (goto-char (point-min))