emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7768727: Make the image keymaps not extend after th


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 7768727: Make the image keymaps not extend after the image
Date: Sun, 28 Jul 2019 16:48:30 -0400 (EDT)

branch: master
commit 776872766cd3af5ef68785236dcc05b378e8f267
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make the image keymaps not extend after the image
    
    * lisp/image.el (insert-image): Make all the properties
    rear-nonsticky.  Before this change, the keymap would extend after
    the image.
---
 lisp/image.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/image.el b/lisp/image.el
index c3e2865..b36a513 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -549,7 +549,7 @@ height of the image; integer values are taken as pixel 
values."
                         `(display ,(if slice
                                        (list (cons 'slice slice) image)
                                      image)
-                                   rear-nonsticky (display)
+                                   rear-nonsticky t
                                    keymap ,image-map))))
 
 



reply via email to

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