aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2011-08-26 09:01:56 +0000
committerKatsumi Yamaoka2011-08-26 09:01:56 +0000
commit2a9878fd77cdc566643a071beb61b5436d96f9ab (patch)
tree8bbed44294a10040cc8e3759c52ce7c1fec6e7b2
parent52ec1febdd45af74ee71bc42b2ebd74fabc73ed8 (diff)
downloademacs-2a9878fd77cdc566643a071beb61b5436d96f9ab.tar.gz
emacs-2a9878fd77cdc566643a071beb61b5436d96f9ab.zip
mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/mailcap.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 076afdd2323..5c8b4333332 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,7 @@
12011-08-26 Katsumi Yamaoka <yamaoka@jpl.org> 12011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2 2
3 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4
3 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe. 5 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4 6
52011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org> 72011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el
index dffb279daba..7959104d646 100644
--- a/lisp/gnus/mailcap.el
+++ b/lisp/gnus/mailcap.el
@@ -90,7 +90,7 @@ This is a compatibility function for different Emacsen."
90;; files for the rest? -- fx 90;; files for the rest? -- fx
91(defvar mailcap-mime-data 91(defvar mailcap-mime-data
92 `(("application" 92 `(("application"
93 ("vnd.ms-excel" 93 ("vnd\\.ms-excel"
94 (viewer . "gnumeric %s") 94 (viewer . "gnumeric %s")
95 (test . (getenv "DISPLAY")) 95 (test . (getenv "DISPLAY"))
96 (type . "application/vnd.ms-excel")) 96 (type . "application/vnd.ms-excel"))