* dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
[gnus] / lisp / gnus-spec.el
index 081bc87..0ff8ec8 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")