From 14d1c00e806cbd864acc6b4a6f84a4453954b898 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Apr 2023 16:00:29 +0300 Subject: Allow reindentation of images inserted by 'mm-inline-image' * lisp/gnus/mm-view.el (mm-inline-image): Use "x" as text on which to put the image 'display' property, so that indentation commands don't destroy the image inadvertently. (Bug#62637) --- lisp/gnus/mm-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index 8dfb0deb418..2c407353559 100644 --- a/lisp/gnus/mm-view.el +++ b/lisp/gnus/mm-view.el @@ -98,7 +98,7 @@ This is only used if `mm-inline-large-images' is set to (truncate (* mm-inline-large-images-proportion (- (nth 3 edges) (nth 1 edges))))))) image)) - " ") + "x") (insert "\n") (mm-handle-set-undisplayer handle -- cgit v1.2.3