From e1e1cae4cc7b38a31c423950b123c76f17bfea73 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 14 Sep 2000 00:53:05 +0000 Subject: [PATCH] (mime-button-mother-dispatcher): Bind. --- ChangeLog | 4 ++++ lisp/gnus-art.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2c99231..889ed05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-09-14 Katsumi Yamaoka + + * lisp/gnus-art.el (mime-button-mother-dispatcher): Bind. + 2000-09-07 Tadashi Watanabe * lisp/smiley.el (smiley-buffer, smiley-create-glyph): Work with diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 0070232..d36aa71 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2901,6 +2901,8 @@ commands: ;;; @@ article filters ;;; +(defvar mime-button-mother-dispatcher) + (defun gnus-article-display-mime-message () "Article display method for MIME message." ;; called from `gnus-original-article-buffer'. -- 1.7.10.4