mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
lisp/gnus/gnus-spec.el (gnus-parse-complex-format): Try to maximize compatibility
This commit is contained in:
parent
1413e9a5a5
commit
d8a6e1afd3
@ -441,7 +441,7 @@ characters when given a pad value."
|
||||
(delim (aref (match-string 2) 0)))
|
||||
(if (or (= delim ?\()
|
||||
(= delim ?\{)
|
||||
(= delim ?\u00AB)) ; «
|
||||
(= delim 171)) ; «
|
||||
(replace-match (concat "\"("
|
||||
(cond ((= delim ?\() "mouse")
|
||||
((= delim ?\{) "face")
|
||||
|
Loading…
Reference in New Issue
Block a user