summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVisuwesh <visuweshm@gmail.com>2022-07-14 19:33:34 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-07-14 19:34:43 +0200
commite8021719022a7c7bbbc15fe986a39f16f32869ac (patch)
tree58b284fbc84a17b9feb7a16cb447a7c17ae1efb9
parentda3338404bbf0fd1a64b5cc73028f09c499a2de1 (diff)
downloademacs-e8021719022a7c7bbbc15fe986a39f16f32869ac.tar.gz
* lisp/image.el (put-image): Fix typo.
* lisp/image.el (put-image): Actually use the image-map keymap (bug#56554).
-rw-r--r--lisp/image.el2
1 files changed, 1 insertions, 1 deletions
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)))