From: Mattias EngdegÄrd Date: Wed, 6 Nov 2024 12:41:39 +0000 (+0100) Subject: * lisp/term/w32-win.el (w32--textual-mime-types): Escape literal `+` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=083095c80fbdcf4a7b287ab4bf58f5bd927930fc;p=emacs.git * lisp/term/w32-win.el (w32--textual-mime-types): Escape literal `+` (cherry picked from commit 42fe3420e476045228a219579343f16da29256cf) --- diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 7579608ac22..911bd72184d 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -469,10 +469,10 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.") "application/yaml" "application/json-seq" "\\`text/" - "+xml\\'" - "+json\\'" - "+yaml\\'" - "+json-seq\\'")) + "\\+xml\\'" + "\\+json\\'" + "\\+yaml\\'" + "\\+json-seq\\'")) (defun w32--mime-type-textual-p (mime-type) "Returns t if MIME-TYPE, a symbol, names a textual MIME type.