From d6246fe4525bdb449b9c43109644a336c51cbb2b Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 2 Jul 1999 01:58:19 +0000 Subject: [PATCH] (mime-edit-user-agent-value): Modify for XEmacs UTF-2000-MULE. --- mime-edit.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mime-edit.el b/mime-edit.el index 76a8343..c6229b8 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -632,7 +632,9 @@ If it is not specified for a major-mode, (mime-product-code-name mime-library-product) ") " (if (featurep 'xemacs) - (concat (if (featurep 'mule) "MULE") + (concat (cond ((featurep 'utf-2000) + (concat "UTF-2000-MULE/" utf-2000-version)) + ((featurep 'mule) "MULE")) " XEmacs" (if (string-match "^[0-9]+\\(\\.[0-9]+\\)" emacs-version) (concat "/" -- 1.7.10.4