projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da33384
)
* lisp/image.el (put-image): Fix typo.
author
Visuwesh
<visuweshm@gmail.com>
Thu, 14 Jul 2022 17:33:34 +0000
(19:33 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 14 Jul 2022 17:34:43 +0000
(19:34 +0200)
* lisp/image.el (put-image): Actually use the image-map keymap
(bug#56554).
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index f4f73fd31f2060eaa6ca40a43360970e7c39540b..02e5c85fafd0c8fbdcb09da0fdb47a3ac73305c3 100644
(file)
--- 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 '
key
map image-map)
overlay)))