From: teranisi Date: Tue, 9 May 2000 08:44:07 +0000 (+0000) Subject: Fix. X-Git-Tag: wl-1_1_1~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=940f26fdf176b297571f55c15a9553198b33bc05;p=elisp%2Fwanderlust.git Fix. --- 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."