aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/image.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image.el b/lisp/image.el
index 3019da556b3..9d2045de610 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -923,7 +923,7 @@ has no effect."
923 :version "24.3") 923 :version "24.3")
924 924
925(defcustom imagemagick-enabled-types 925(defcustom imagemagick-enabled-types
926 '(3FR ART ARW AVS BMP BMP2 BMP3 CAL CALS CMYK CMYKA CR2 CRW 926 '(3FR ARW AVS BMP BMP2 BMP3 CAL CALS CMYK CMYKA CR2 CRW
927 CUR CUT DCM DCR DCX DDS DJVU DNG DPX EXR FAX FITS GBR GIF 927 CUR CUT DCM DCR DCX DDS DJVU DNG DPX EXR FAX FITS GBR GIF
928 GIF87 GRB HRZ ICB ICO ICON J2C JNG JP2 JPC JPEG JPG JPX K25 928 GIF87 GRB HRZ ICB ICO ICON J2C JNG JP2 JPC JPEG JPG JPX K25
929 KDC MIFF MNG MRW MSL MSVG MTV NEF ORF OTB PBM PCD PCDS PCL 929 KDC MIFF MNG MRW MSL MSVG MTV NEF ORF OTB PBM PCD PCDS PCL
@@ -957,7 +957,7 @@ has no effect."
957 :set (lambda (symbol value) 957 :set (lambda (symbol value)
958 (set-default symbol value) 958 (set-default symbol value)
959 (imagemagick-register-types)) 959 (imagemagick-register-types))
960 :version "24.3") 960 :version "26.2") ; remove ART (bug#22289)
961 961
962(imagemagick-register-types) 962(imagemagick-register-types)
963 963