* wl-vars.el (wl-draft-reply-default-position): Fix range.
authoryoichi <yoichi>
Mon, 13 Sep 2004 13:27:54 +0000 (13:27 +0000)
committeryoichi <yoichi>
Mon, 13 Sep 2004 13:27:54 +0000 (13:27 +0000)
;; The log for last commit for ChangeLog was:
;; "remove duplicate caused by merging elmo-mark branch"

wl/ChangeLog
wl/wl-vars.el

index 5e76fec..aa38df9 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-draft-reply-default-position): Fix range.
+
 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-vars.el (wl-summary-resend-hook): New hook.
index 507f0d0..1fcef46 100644 (file)
@@ -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")