From 42fe3420e476045228a219579343f16da29256cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 6 Nov 2024 13:41:39 +0100 Subject: [PATCH] * lisp/term/w32-win.el (w32--textual-mime-types): Escape literal `+` --- lisp/term/w32-win.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.