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:
ef1634d
)
(mailcap-look-at-field): Change field-name to symbol.
author
morioka
<morioka>
Fri, 13 Mar 1998 23:42:54 +0000
(23:42 +0000)
committer
morioka
<morioka>
Fri, 13 Mar 1998 23:42:54 +0000
(23:42 +0000)
mailcap.el
patch
|
blob
|
history
diff --git
a/mailcap.el
b/mailcap.el
index
7e976a4
..
32aa278
100644
(file)
--- a/
mailcap.el
+++ b/
mailcap.el
@@
-117,9
+117,9
@@
(goto-char (match-end 0))
(mailcap-look-at-mtext))))
(if value
- (cons token value)
+ (cons (intern token) value)
))
- (list token)
+ (list (intern token))
))))