emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e802171902 2/2: * lisp/image.el (put-image): Fix typo.


From: Lars Ingebrigtsen
Subject: master e802171902 2/2: * lisp/image.el (put-image): Fix typo.
Date: Thu, 14 Jul 2022 13:34:49 -0400 (EDT)

branch: master
commit e8021719022a7c7bbbc15fe986a39f16f32869ac
Author: Visuwesh <visuweshm@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    * 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 f4f73fd31f..02e5c85faf 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)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]