]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload image-converter-add-handler
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2022 23:39:55 +0000 (01:39 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Jul 2022 23:40:58 +0000 (01:40 +0200)
* lisp/image/image-converter.el (image-converter-add-handler):
Autoload.

etc/NEWS
lisp/image/image-converter.el

index c2900b0bc4c6bb00142ff8915253e1892afc3445..9f302bdfb5f175148019a2e8d30a8679b35a13b3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1709,6 +1709,12 @@ this message for SVG and XPM.
 *** New commands: 'image-flip-horizontally' and 'image-flip-vertically'.
 These commands horizontally and vertically flip the image under point.
 
+** Images
+
++++
+*** Users can now add special image conversion functions.
+This is done via 'image-converter-add-handler'.
+
 ** Image-Dired
 
 +++
index 0c189af8e5abce778aeb791cf238a1b395559790..ed3ba49071a0bfeffd421b381a20e118b049dfdf 100644 (file)
@@ -306,6 +306,7 @@ Only suffixes that map to `image-mode' are returned."
                                           "-")))))
       "ffmpeg error when converting")))
 
+;;;###autoload
 (defun image-converter-add-handler (suffix converter)
   "Make Emacs use CONVERTER to parse image files that end with SUFFIX.
 CONVERTER is a function with one parameter, the file name.  The