From 47b36b94ca954c6c0f5f6196c513916ddd46253f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 4 Jun 2012 21:02:23 +0800 Subject: [PATCH] image.el (imagemagick-enabled-types): Remove CIN. --- lisp/ChangeLog | 2 +- lisp/image.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d06afabd987..c707d3a444d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,7 +2,7 @@ * image.el (imagemagick-types-inhibit): Revert last change. Add INFO and M. - (imagemagick-enabled-types): Remove EPS and related formats. + (imagemagick-enabled-types): Remove CIN and EPS*. 2012-06-04 Stefan Monnier diff --git a/lisp/image.el b/lisp/image.el index fc3c90e548d..a47e945c26a 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -775,7 +775,7 @@ has no effect." :group 'image) (defcustom imagemagick-enabled-types - '(3FR ART ARW AVS BMP BMP2 BMP3 CAL CALS CIN CMYK CMYKA CR2 CRW + '(3FR ART ARW AVS BMP BMP2 BMP3 CAL CALS CMYK CMYKA CR2 CRW CUR CUT DCM DCR DCX DDS DJVU DNG DPX EXR FAX FITS GBR GIF GIF87 GRB HRZ ICB ICO ICON J2C JNG JP2 JPC JPEG JPG JPX K25 KDC MIFF MNG MRW MSL MSVG MTV NEF ORF OTB PBM PCD PCDS PCL -- 2.39.5