From 940f26fdf176b297571f55c15a9553198b33bc05 Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 9 May 2000 08:44:07 +0000 Subject: [PATCH] Fix. --- wl/wl-summary.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 3686bba..348b4a6 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; Keywords: mail, net news -;; Time-stamp: <2000-05-09 17:36:35 teranisi> +;; Time-stamp: <2000-05-09 17:43:31 teranisi> ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen). @@ -5003,8 +5003,8 @@ Reply to author if invoked with argument." (when (setq mes-buf (wl-message-get-original-buffer)) (wl-draft-reply mes-buf (not arg) summary-buf) (unless without-setup-hook - (run-hooks 'wl-mail-setup-hook)))) - t)))) + (run-hooks 'wl-mail-setup-hook))) + t))))) (defun wl-summary-write () "Write a new draft from Summary." -- 1.7.10.4