]> git.eshelyaron.com Git - emacs.git/commit
Make `n' in image-mode work more reliably with external formats
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Mar 2022 17:05:18 +0000 (18:05 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Mar 2022 17:05:18 +0000 (18:05 +0100)
commitd74cd0cf1f96e256c479599939efacd11600c0c8
tree97d47945bff9757af2ffa38a40c776b92ab7fc43
parent61d34c6a500d487c8952d4ad7751e1deb80f5bfc
Make `n' in image-mode work more reliably with external formats

* lisp/image-mode.el (image-mode): Init the external machinery so
that commands like `n' work for those files.
* lisp/image/image-converter.el (image-converter-initialize):
Factored out into own function.
(image-convert-p): Use it.
(image-convert): Ditto.
lisp/image-mode.el
lisp/image/image-converter.el