]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/gnus-spec.el (gnus-parse-complex-format): Try to maximize compatibility
authorAdam Sjøgren <asjo@koldfront.dk>
Wed, 22 May 2013 22:16:29 +0000 (22:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 22 May 2013 22:16:29 +0000 (22:16 +0000)
lisp/gnus/gnus-spec.el

index 081bc876b036e1c82726b311c98ae70ab2c7c1e0..0ff8ec89ac1a88dffb5ad6fac7d0935b6f1e4a27 100644 (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")