[gnus git] branch master updated: n0-17-255-gb704985 =1= mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b7049858dc4463249d94613e05f6044cb5d70d6d (commit)
from a2b740fc2ac7e0fe8adb06bd6e3a1a1e308af640 (commit)
- Log -----------------------------------------------------------------
commit b7049858dc4463249d94613e05f6044cb5d70d6d
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Aug 26 09:01:29 2011 +0000
mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d9a7a06..2e76c64 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-08-26 Katsumi Yamaoka <[email protected]>
+ * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
+
* gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2011-08-21 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/mailcap.el b/lisp/mailcap.el
index dffb279..7959104 100644
--- a/lisp/mailcap.el
+++ b/lisp/mailcap.el
@@ -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"))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/mailcap.el | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project