mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 26 Aug 2011 09:01:29 +0000 (09:01 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 26 Aug 2011 09:01:29 +0000 (09:01 +0000)
lisp/ChangeLog
lisp/mailcap.el

index d9a7a06..2e76c64 100644 (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>
index dffb279..7959104 100644 (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"))