]> git.eshelyaron.com Git - emacs.git/commit
Rename image transform commands to be less confusing
authorStefan Kangas <stefankangas@gmail.com>
Wed, 14 Sep 2022 13:34:38 +0000 (15:34 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 14 Sep 2022 13:43:39 +0000 (15:43 +0200)
commit37fe0cd3580f7998bd407d9a089c8c899011f8ae
tree77ed2d94bf03ac9fd4cb474c6e255ecad080589f
parent600bb2d45f2a7b0c9a302fc26f7dd4448b904921
Rename image transform commands to be less confusing

* lisp/image-mode.el
(image-transform-original): Rename from this...
(image-transform-reset-to-original): ...to this.  Make old name
into an obsolete function alias and update all callers.
(image-transform-reset): Rename from this...
(image-transform-reset-to-initial): ...to this.  Make old name
into an obsolete function alias and update all callers.
(Bug#51451)
* doc/emacs/files.texi (Image Mode): Update for above change.
doc/emacs/files.texi
etc/NEWS
lisp/image-mode.el
lisp/image/image-dired.el