From d6f653286ea8da94bf2c81308ece7d51b115c981 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 19 Apr 2005 06:24:02 +0000 Subject: [PATCH] Synch to No Gnus 200504190623. --- lisp/ChangeLog | 5 +++++ lisp/mml.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ad9129..ffa420a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Katsumi Yamaoka + + * mml.el (mml-preview): Bind gnus-message-buffer while setting the + window layout. + 2005-04-18 Katsumi Yamaoka * mml.el: Autoload dnd when compiling. diff --git a/lisp/mml.el b/lisp/mml.el index 52e845f..b4e0ca3 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -1169,7 +1169,8 @@ If RAW, don't highlight the article." (goto-char (point-min)))) (if (and (boundp 'gnus-buffer-configuration) (assq 'mml-preview gnus-buffer-configuration)) - (gnus-configure-windows 'mml-preview) + (let ((gnus-message-buffer (current-buffer))) + (gnus-configure-windows 'mml-preview)) (pop-to-buffer mml-preview-buffer))) (defun mml-validate () -- 1.7.10.4