]> git.eshelyaron.com Git - emacs.git/commit
Move image commands to the 'i' sub map
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 4 Oct 2022 13:09:33 +0000 (15:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 4 Oct 2022 13:09:33 +0000 (15:09 +0200)
commit9565f45876f4911a0f27fced215f7e86d59655e8
tree4eb6b1acb9d5d87af9aecdf5bd54ea21e332e3be
parent07257ac4eedcaedd8731b3b98e723850542aab8e
Move image commands to the 'i' sub map

* doc/lispref/display.texi (Showing Images): Adjust.
* lisp/image.el (image-map): Move all keys under the "i" prefix.
(image--repeat-map): New map.
(image-increase-size, image-rotate, image-decrease-size): Make
repeatable.
(image--delayed-change-size): New function.
doc/lispref/display.texi
etc/NEWS
lisp/image.el