diff lisp/format.el @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents c5d627a313b1
children
line wrap: on
line diff
--- a/lisp/format.el	Mon Aug 13 11:12:06 2007 +0200
+++ b/lisp/format.el	Mon Aug 13 11:13:30 2007 +0200
@@ -69,20 +69,21 @@
 (put 'buffer-file-format 'permanent-local t)
 
 (defvar format-alist
-  '((image/jpeg "JPEG image" "\377\330\377\340\000\020JFIF"
-		image-decode-jpeg nil t image-mode)
-    (image/gif "GIF image" "GIF8[79]"
-	       image-decode-gif nil t image-mode)
-    (image/png "Portable Network Graphics" "\211PNG"
-	       image-decode-png nil t image-mode)
-    (image/x-xpm "XPM image" "/\\* XPM \\*/"
-		 image-decode-xpm nil t image-mode)
+  '(
+;    (image/jpeg "JPEG image" "\377\330\377\340\000\020JFIF"
+;		image-decode-jpeg nil t image-mode)
+;    (image/gif "GIF image" "GIF8[79]"
+;	       image-decode-gif nil t image-mode)
+;    (image/png "Portable Network Graphics" "\211PNG"
+;	       image-decode-png nil t image-mode)
+;    (image/x-xpm "XPM image" "/\\* XPM \\*/"
+;		 image-decode-xpm nil t image-mode)
 
-    ;; TIFF files have lousy magic
-    (image/tiff "TIFF image" "II\\*\000"
-		image-decode-tiff nil t image-mode) ;; TIFF 6.0 big-endian
-    (image/tiff "TIFF image" "MM\000\\*"
-		image-decode-tiff nil t image-mode) ;; TIFF 6.0 little-endian
+;    ;; TIFF files have lousy magic
+;    (image/tiff "TIFF image" "II\\*\000"
+;		image-decode-tiff nil t image-mode) ;; TIFF 6.0 big-endian
+;    (image/tiff "TIFF image" "MM\000\\*"
+;		image-decode-tiff nil t image-mode) ;; TIFF 6.0 little-endian
 
     (text/enriched "Extended MIME text/enriched format."
 		   "Content-[Tt]ype:[ \t]*text/enriched"