mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
fix typo in mailcap-mime-extensions
* lisp/net/mailcap.el (mailcap-mime-extensions): Use "text/x-patch", not "test/x-patch". (Bug#25472)
This commit is contained in:
parent
85a3e4e486
commit
2236c53bbe
@ -818,7 +818,7 @@ If NO-DECODE is non-nil, don't decode STRING."
|
|||||||
(".css" . "text/css")
|
(".css" . "text/css")
|
||||||
(".dvi" . "application/x-dvi")
|
(".dvi" . "application/x-dvi")
|
||||||
(".diff" . "text/x-patch")
|
(".diff" . "text/x-patch")
|
||||||
(".dpatch". "test/x-patch")
|
(".dpatch". "text/x-patch")
|
||||||
(".el" . "application/emacs-lisp")
|
(".el" . "application/emacs-lisp")
|
||||||
(".eps" . "application/postscript")
|
(".eps" . "application/postscript")
|
||||||
(".etx" . "text/x-setext")
|
(".etx" . "text/x-setext")
|
||||||
|
Loading…
Reference in New Issue
Block a user