]> code.delx.au - gnu-emacs/commitdiff
mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 26 Aug 2011 09:01:56 +0000 (09:01 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 26 Aug 2011 09:01:56 +0000 (09:01 +0000)
lisp/gnus/ChangeLog
lisp/gnus/mailcap.el

index 076afdd2323b988ed92e58810bd8f6312f55fb2a..5c8b433333259990926c4fa5a3b2512e1e65b7b5 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 dffb279daba1a11ffa74270b2d08f4f11c0150f7..7959104d646bba0ebaeb977d88534a716c9d0a92 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"))