diff lisp/image.el @ 109833:5883fc00b976

create-animated-image: Don't add heuristic mask to image (Bug#6839).
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 18 Aug 2010 07:45:14 +0000
parents 6c819187f088
children 832428782d9f
line wrap: on
line diff
--- a/lisp/image.el	Wed Aug 18 07:43:30 2010 +0000
+++ b/lisp/image.el	Wed Aug 18 07:45:14 2010 +0000
@@ -616,7 +616,7 @@
     (let* ((animate (memq type image-animated-types))
 	   (image
 	    (append (list 'image :type type (if data-p :data :file) file-or-data)
-		    (if animate '(:index 0 :mask heuristic))
+		    (if animate '(:index 0))
 		    props)))
       (if animate
 	  (image-animate-start image))