[gnus git] branch master updated: m0-7-21-g3a7d9b6 =1= gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left double angle quotation mark.

Adam Sj??gren <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  3a7d9b62cd1d70391338e1d833141a184599b017 (commit)
      from  b92552500dc7796df605f37430daa09213b1eca2 (commit)


- Log -----------------------------------------------------------------
commit 3a7d9b62cd1d70391338e1d833141a184599b017
Author: Adam Sjøgren <[email protected]>
Date:   Mon May 20 00:17:20 2013 +0200

    gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left double angle quotation mark.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9efb9fd..499da76 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-20  Adam Sjøgren  <[email protected]>
+
+	* gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
+	double angle quotation mark.
+
 2013-05-19  Adam Sjøgren  <[email protected]>
 
 	* message.el (message-insert-formatted-citation-line): handle finding
diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el
index 2606b88..081bc87 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 ?\«))
+		  (= delim ?\u00AB)) ; «
 	      (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/ChangeLog    |    5 +++++
 lisp/gnus-spec.el |    2 +-
 2 files changed, 6 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.