From: yamaoka Date: Mon, 24 Apr 2000 03:49:27 +0000 (+0000) Subject: Sync. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~112 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9392d24f2a8030618496e511c8a13c2a8d99bace;p=elisp%2Fgnus.git- Sync. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f1773c..579f927 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-04-23 23:27:25 Shenghuo ZHU + + * mm-view.el (mm-inline-message): Disable prepare-hook. + 2000-04-23 00:32:32 Lars Magne Ingebrigtsen * gnus.el: Fix copyright statements. diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 03762b5..b6ebfd0 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -236,6 +236,8 @@ (narrow-to-region b b) (mm-insert-part handle) (let (gnus-article-mime-handles + ;; disable prepare hook + gnus-article-prepare-hook (gnus-newsgroup-charset (or charset gnus-newsgroup-charset))) (run-hooks 'gnus-article-decode-hook)