>From 07de01f5f9096e9a2e57d93ccd9edd76c7467e11 Mon Sep 17 00:00:00 2001 From: Visuwesh Date: Thu, 14 Jul 2022 19:25:19 +0530 Subject: [PATCH] * lisp/image.el (put-image): Fix typo. --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image.el b/lisp/image.el index bdaaec608e..cb5ef4e8d1 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -613,7 +613,7 @@ put-image (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))) -- 2.35.1