From b0a9b7128b5a5812c6bee2938026099c1f15c40f Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 21 Aug 2000 21:01:40 +0000 Subject: [PATCH] Fix the last change. --- mime-vcard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-vcard.el b/mime-vcard.el index 135cf6b..cd035d9 100644 --- a/mime-vcard.el +++ b/mime-vcard.el @@ -52,7 +52,7 @@ (defun mime-display-text/x-vcard (entity situation) (save-restriction (narrow-to-region (point-max)(point-max)) - (let ((vcard-standard-filters mime-display-text/x-vcard-filters)) + (let ((vcard-standard-filters mime-vcard-standard-filters)) (insert (string-as-multibyte (vcard-format-string -- 1.7.10.4