From e8021719022a7c7bbbc15fe986a39f16f32869ac Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Thu, 14 Jul 2022 19:33:34 +0200 Subject: * lisp/image.el (put-image): Fix typo. * lisp/image.el (put-image): Actually use the image-map keymap (bug#56554). --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image.el b/lisp/image.el index f4f73fd31f2..02e5c85fafd 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -613,7 +613,7 @@ means display it in the right marginal area." (put-text-property 0 (length string) 'display prop string) (overlay-put overlay 'put-image t) (overlay-put overlay 'before-string string) - (overlay-put overlay 'map image-map) + (overlay-put overlay 'keymap image-map) overlay))) -- cgit v1.2.3