mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
* lisp/term/w32-win.el (w32--textual-mime-types): Escape literal +
This commit is contained in:
parent
9ee9154247
commit
42fe3420e4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user