]> git.eshelyaron.com Git - emacs.git/commitdiff
fix typo in mailcap-mime-extensions
authorTom Tromey <tom@tromey.com>
Wed, 18 Jan 2017 04:58:09 +0000 (21:58 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 18 Jan 2017 16:42:00 +0000 (09:42 -0700)
* lisp/net/mailcap.el (mailcap-mime-extensions): Use "text/x-patch",
not "test/x-patch".  (Bug#25472)

lisp/gnus/mailcap.el

index fc259d43090b17ea9b447675985d15dc409ce2f0..0a339e8c112d0d9a22fb09281fba8c2a336d3a0c 100644 (file)
@@ -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")