From: yamaoka Date: Fri, 4 Jun 1999 08:51:14 +0000 (+0000) Subject: Sync up with the latest semi-1_13. X-Git-Tag: semi-pgpgpg_18~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1a74fab2e2ef0359e5b1eae5ec50a3c5db89e3e1;p=elisp%2Fsemi.git Sync up with the latest semi-1_13. --- diff --git a/ChangeLog b/ChangeLog index 5a0aace..217ef49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-04 Katsumi Yamaoka + + * mime-edit.el (mime-edit-user-agent-value): Ignore parenthesis in + `emacs-version' for XEmacs 21.2.15. + 1999-05-31 Keiichi Suzuki * mime-play.el (mime-show-echo-buffer): Bind `buffer-read-only' to diff --git a/mime-edit.el b/mime-edit.el index 03f4863..ad3e3cb 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -636,7 +636,7 @@ If it is not specified for a major-mode, (if (featurep 'xemacs) (concat (if (featurep 'mule) "MULE") " XEmacs" - (if (string-match "\\s +\\\"" emacs-version) + (if (string-match "\\s +\\((\\|\\\"\\)" emacs-version) (concat "/" (substring emacs-version 0 (match-beginning 0))