]> git.eshelyaron.com Git - emacs.git/commit
Fix problem of point movement in image-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 16 Feb 2021 16:39:03 +0000 (17:39 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 16 Feb 2021 16:39:03 +0000 (17:39 +0100)
commit7c7377288a125ef47f2b422cf131f044a3b418e1
tree2209e85b958621b66fd7467bfac0ad40b9bd0f25
parentfff138eb3d88e6933a0456a49d38f2850e048f53
Fix problem of point movement in image-mode

* lisp/image-mode.el (image-mode): Switch disable-point-adjustment
on, otherwise `C-c C-c' will move point around oddly.
(image-toggle-display): Ensure that point is on the image (bug#46552).
lisp/image-mode.el