From 7269c10320f048cd13223614c67d45135f805289 Mon Sep 17 00:00:00 2001 From: teranisi Date: Tue, 19 Aug 2003 13:09:16 +0000 Subject: [PATCH] * wl-vars.el (wl-default-sync-range): Removed first: and last:. --- wl/ChangeLog | 2 +- wl/wl-vars.el | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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) -- 1.7.10.4