From ed6d70aaa4d35c0f0c50df469b886d03931d6fbd Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 20 Apr 2006 03:44:03 +0000 Subject: [PATCH] Fixed. --- mime-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-edit.el b/mime-edit.el index f21e16a..7752dac 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -612,7 +612,7 @@ If it is not specified for a major-mode, ") " (if (fboundp 'apel-version) (concat (apel-version) " ")) - "EasyPG/ " epg-version-number " " + "EasyPG/" epg-version-number " " (if (featurep 'xemacs) (concat (cond ((and (featurep 'chise) (boundp 'xemacs-chise-version)) -- 1.7.10.4