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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user