From 8efa9bbf82ae95f92f42e089966c9938bdc31cb1 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 13 Sep 2004 13:27:54 +0000 Subject: [PATCH] * wl-vars.el (wl-draft-reply-default-position): Fix range. ;; The log for last commit for ChangeLog was: ;; "remove duplicate caused by merging elmo-mark branch" --- wl/ChangeLog | 4 ++++ wl/wl-vars.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 5e76fec..aa38df9 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Yoichi NAKAYAMA + + * wl-vars.el (wl-draft-reply-default-position): Fix range. + 2004-09-13 Hiroya Murata * wl-vars.el (wl-summary-resend-hook): New hook. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 507f0d0..1fcef46 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1432,6 +1432,9 @@ You can also set it to a list of setting. (const "Newsgroups") (const "Subject") (string :tag "Header Name"))) + (const :tag "Top of body" body) + (const :tag "Bottom of body" bottom) + (const :tag "Top of header" top) (const "To") (const "Newsgroups") (const "Subject") -- 1.7.10.4