From e8ebbe21f427e6a0aa3224e1a023ee4a7ec07f23 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 16 Jun 1998 21:00:42 +0000 Subject: [PATCH] (mime-display-entity): Run `mime-display-header-hook'. --- mime-view.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mime-view.el b/mime-view.el index 3d2bc18..135442b 100644 --- a/mime-view.el +++ b/mime-view.el @@ -816,6 +816,7 @@ The compressed face will be piped to this command.") ))) (goto-char (point-max)) (insert "\n") + (run-hooks 'mime-display-header-hook) ) (cond ((eq body-presentation-method 'with-filter) (let ((body-filter (cdr (assq 'body-filter situation)))) -- 1.7.10.4