From 7c4e7ee00395b12cc9020ab39643e91da8598200 Mon Sep 17 00:00:00 2001 From: hmurata Date: Fri, 23 Jun 2006 12:59:54 +0000 Subject: [PATCH] Fix the last change. --- mime-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-view.el b/mime-view.el index 05222ac..ecbde85 100644 --- a/mime-view.el +++ b/mime-view.el @@ -676,7 +676,7 @@ Each elements are regexp of field-name.") calist)))) (define-calist-field-match-method - 'access-type #'calist-field-match-method-ignore-case) + 'access-type #'mime-calist::field-match-method-ignore-case) (defvar mime-preview-condition nil -- 1.7.10.4