From: teranisi Date: Tue, 19 Aug 2003 13:09:16 +0000 (+0000) Subject: * wl-vars.el (wl-default-sync-range): Removed first: and last:. X-Git-Tag: wl-2_11_8~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7269c10320f048cd13223614c67d45135f805289;p=elisp%2Fwanderlust.git * wl-vars.el (wl-default-sync-range): Removed first: and last:. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 559dc41..f4ce49c 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -3,7 +3,7 @@ * wl-summary.el (wl-summary-sync): Treat no-sync. * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:. - + (wl-default-sync-range): Ditto. 2003-08-18 Hiroya Murata diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 820cc9a..5d31b7e 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2120,8 +2120,6 @@ e.x. :type '(choice (const "update") (const "all") (const "rescan") - (const "first:") - (const "last:") (const "no-sync") (const :tag "none" nil)) :group 'wl-pref)