2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
+ * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
+
* gnus-group.el (gnus-group-completing-read)
(gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
gnus-replace-in-string.
(mm-decode-coding-string (buffer-string) charset)
(erase-buffer)
(mm-enable-multibyte))))
- (libxml-parse-html-region (point-min) (point-max)))))))
+ (libxml-parse-html-region (point-min) (point-max))))
+ (mm-handle-set-undisplayer
+ handle
+ `(lambda ()
+ (let ((inhibit-read-only t))
+ (delete-region ,(point-min-marker)
+ ,(point-max-marker))))))))
(provide 'mm-decode)