mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
This commit is contained in:
parent
52ec1febdd
commit
2a9878fd77
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue