From: hmurata Date: Thu, 27 Dec 2001 12:35:43 +0000 (+0000) Subject: * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo. X-Git-Tag: wl-2_9_5~43 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c14c44a9e16a9ca4015a2d815aad6a9dba272e36;p=elisp%2Fwanderlust.git * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index f484797..61c3451 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2001-12-27 Hiroya Murata + + * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo. + 2001-12-27 Tetsurou Okazaki * elmo-vars.el (elmo-nntp-default-user): Customization Type fix. diff --git a/elmo/elmo.el b/elmo/elmo.el index 642834e..a0d8cae 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -1176,7 +1176,7 @@ FIELD is a symbol of the field." section unread) (let ((cache-path (elmo-fetch-strategy-cache-path strategy)) (method-priorities - (cond ((eq (elmo-fetch-strategy-use-cache strategy) 'meybe) + (cond ((eq (elmo-fetch-strategy-use-cache strategy) 'maybe) '(entity cache)) ((elmo-fetch-strategy-use-cache strategy) '(cache entity))