projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67054fc
)
(mime-edit-user-agent-value): Ignore parenthesis in `emacs-version' for
author
yamaoka
<yamaoka>
Fri, 4 Jun 1999 08:47:03 +0000
(08:47 +0000)
committer
yamaoka
<yamaoka>
Fri, 4 Jun 1999 08:47:03 +0000
(08:47 +0000)
XEmacs 21.2.15.
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
2d5a52b
..
26eb543
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-634,7
+634,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))