1
0
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:
Adam Sjøgren 2013-05-22 22:16:29 +00:00 committed by Katsumi Yamaoka
parent 1413e9a5a5
commit d8a6e1afd3

View File

@ -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")