Sync up with the latest semi-1_13.
authoryamaoka <yamaoka>
Fri, 4 Jun 1999 08:51:14 +0000 (08:51 +0000)
committeryamaoka <yamaoka>
Fri, 4 Jun 1999 08:51:14 +0000 (08:51 +0000)
ChangeLog
mime-edit.el

index 5a0aace..217ef49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-04  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-edit.el (mime-edit-user-agent-value): Ignore parenthesis in
+       `emacs-version' for XEmacs 21.2.15.
+
 1999-05-31  Keiichi Suzuki  <keiichi@nanap.org>
 
        * mime-play.el (mime-show-echo-buffer): Bind `buffer-read-only' to
index 03f4863..ad3e3cb 100644 (file)
@@ -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))