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:
d8c4489
)
(mime-file-content-type-alist): Add "Standard MIDI".
author
morioka
<morioka>
Sat, 4 Jul 1998 07:46:29 +0000
(07:46 +0000)
committer
morioka
<morioka>
Sat, 4 Jul 1998 07:46:29 +0000
(07:46 +0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
c352109
..
b163641
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-338,8
+338,9
@@
window.")
;;;
(defvar mime-file-content-type-alist
- '(("JPEG" image jpeg)
- ("GIF" image gif)
+ '(("JPEG" image jpeg)
+ ("GIF" image gif)
+ ("Standard MIDI" audio midi)
)
"*Alist of \"file\" output patterns vs. corresponding media-types.
Each element looks like (REGEXP TYPE SUBTYPE).