mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +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")
|
||||
(".dvi" . "application/x-dvi")
|
||||
(".diff" . "text/x-patch")
|
||||
(".dpatch". "test/x-patch")
|
||||
(".dpatch". "text/x-patch")
|
||||
(".el" . "application/emacs-lisp")
|
||||
(".eps" . "application/postscript")
|
||||
(".etx" . "text/x-setext")
|
||||
|
Loading…
Reference in New Issue
Block a user