mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.

This commit is contained in:
Katsumi Yamaoka 2011-08-26 09:01:56 +00:00
parent 52ec1febdd
commit 2a9878fd77
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
* mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
* gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>

View file

@ -90,7 +90,7 @@ This is a compatibility function for different Emacsen."
;; files for the rest? -- fx
(defvar mailcap-mime-data
`(("application"
("vnd.ms-excel"
("vnd\\.ms-excel"
(viewer . "gnumeric %s")
(test . (getenv "DISPLAY"))
(type . "application/vnd.ms-excel"))