From 74dcee6a4fc22899b2b321bd005518dcb6791d77 Mon Sep 17 00:00:00 2001 From: hmurata Date: Thu, 27 Dec 2001 12:34:09 +0000 Subject: [PATCH] * elmo.el (elmo-message-fetch-with-cache-process): Fixed typo. --- elmo/ChangeLog | 4 ++++ elmo/elmo.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 3f55de3..8c85d6c 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 Yuuichi Teranishi * 2.8.0 is released. 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)) -- 1.7.10.4