diff options
author | Chong Yidong <cyd@gnu.org> | 2012-06-04 21:02:23 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-06-04 21:02:23 +0800 |
commit | 47b36b94ca954c6c0f5f6196c513916ddd46253f (patch) | |
tree | d192800e7b77c46692a20f51c0cabe66915071c8 /lisp/image.el | |
parent | 041df390e0baff9b08ccb0904fc2e8f0c9fd6c38 (diff) | |
download | emacs-47b36b94ca954c6c0f5f6196c513916ddd46253f.tar.gz |
image.el (imagemagick-enabled-types): Remove CIN.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |