[gnus git] branch master updated: m0-7-24-g28145c1 =1= Try to maximize compatibility.
Adam Sj??gren <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 28145c1d980a28426e4f6762a09ea3c69c47682f (commit)
from 28b637bda13bd93678d2ea85f8f7fcbe7a49d862 (commit)
- Log -----------------------------------------------------------------
commit 28145c1d980a28426e4f6762a09ea3c69c47682f
Author: Adam Sjøgren <[email protected]>
Date: Mon May 20 18:37:31 2013 +0200
Try to maximize compatibility.
diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el
index 081bc87..0ff8ec8 100644
--- a/lisp/gnus-spec.el
+++ b/lisp/gnus-spec.el
@@ -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")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-spec.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project