From: okada Date: Fri, 14 Jul 2000 08:59:12 +0000 (+0000) Subject: (defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) :) X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b4fdaa2506ee8f8c0ed6f948408284259990755;p=elisp%2Fwanderlust.git (defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) :) --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 1c18792..a66d059 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2000-07-14 Hiroshi Tsutsui + + * elmo-cache.el (elmo-cache-clear-killed): Fixed. + 2000-07-13 Yuuichi Teranishi * elmo-msgdb.el (elmo-msgdb-append-to-killed-list): New function. diff --git a/elmo/elmo-cache.el b/elmo/elmo-cache.el index 294f9b4..b704d14 100644 --- a/elmo/elmo-cache.el +++ b/elmo/elmo-cache.el @@ -739,7 +739,7 @@ Returning its cache buffer." (defalias 'elmo-cache-list-folder-important 'elmo-generic-list-folder-important) (defalias 'elmo-cache-commit 'elmo-generic-commit) -(defalias 'elmo-cache-clear-killed 'elmo-cache-clear-killed) +(defalias 'elmo-cache-clear-killed 'elmo-generic-clear-killed) (provide 'elmo-cache)