emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108479: image.el (imagemagick-enable


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108479: image.el (imagemagick-enabled-types): Remove CIN.
Date: Mon, 04 Jun 2012 21:02:23 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108479
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2012-06-04 21:02:23 +0800
message:
  image.el (imagemagick-enabled-types): Remove CIN.
modified:
  lisp/ChangeLog
  lisp/image.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-04 13:01:17 +0000
+++ b/lisp/ChangeLog    2012-06-04 13:02:23 +0000
@@ -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  <address@hidden>
 

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2012-06-04 13:01:17 +0000
+++ b/lisp/image.el     2012-06-04 13:02:23 +0000
@@ -775,7 +775,7 @@
   :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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]