projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5332857
)
Find message.el thumbnail toggling
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Wed, 24 Aug 2016 21:56:12 +0000
(23:56 +0200)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Wed, 24 Aug 2016 21:56:22 +0000
(23:56 +0200)
* lisp/gnus/message.el (message-toggle-image-thumbnails):
Don't infloop when toggling thumbnails.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 2ce9737736228be5f32a4dbf8abd06ea3974e884..cb4843e14628f3ab0b65f43ebc318bab2b1540af 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-8399,7
+8399,8
@@
Used in `message-simplify-recipients'."
(when (and (consp props)
(eq (car props) 'image))
(put-text-property (point) (1+ (point)) 'display nil)
- (setq displayed t)))))
+ (setq displayed t)))
+ (forward-char 1)))
(unless displayed
(save-excursion
(goto-char (point-min))