(mime-preview/filter-for-image): Don't use `assoc-value'.
authormorioka <morioka>
Fri, 14 Mar 1997 05:59:31 +0000 (05:59 +0000)
committermorioka <morioka>
Fri, 14 Mar 1997 05:59:31 +0000 (05:59 +0000)
mime-image.el

index cb32535..431633d 100644 (file)
@@ -9,7 +9,7 @@
 ;; Created: 1995/12/15
 ;;     Renamed: 1997/2/21 from tm-image.el
 ;; Version:
-;;     $Id: mime-image.el,v 0.4 1997-03-14 05:44:35 morioka Exp $
+;;     $Id: mime-image.el,v 0.5 1997-03-14 05:59:31 morioka Exp $
 
 ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news
 
     (remove-text-properties beg end '(face nil))
     (message "Decoding image...")
     (mime-decode-region beg end encoding)
-    (let* ((minor (assoc-value ctype mime-view-image-converter-alist))
+    (let* ((minor (cdr (assoc ctype mime-view-image-converter-alist)))
           (gl (image-normalize minor (buffer-string)))
           e)
       (delete-region (point-min)(point-max))