;; 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))