[gnus git] branch master updated: n0-17-399-gd6afa19 =1= (shr-table-horizontal-line): Use "?\s" instead of "? " to avoid later breakage.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d6afa19ff6a6270583ecf0cfc5532ff9840dca6d (commit)
from a18beae4db2f67b845e9ddfe6edfdbcb6dbe4d92 (commit)
- Log -----------------------------------------------------------------
commit d6afa19ff6a6270583ecf0cfc5532ff9840dca6d
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Nov 22 17:17:18 2011 +0100
(shr-table-horizontal-line): Use "?\s" instead of "? " to avoid later breakage.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 556b3ff..001480e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-22 Lars Magne Ingebrigtsen <[email protected]>
+
+ * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
+ avoid later breakage.
+
2011-11-22 Katsumi Yamaoka <[email protected]>
* gnus-art.el (gnus-article-setup-buffer): Decode group name used for
diff --git a/lisp/shr.el b/lisp/shr.el
index 119d8e0..f2d8f84 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -53,17 +53,17 @@ fit these criteria."
:group 'shr
:type 'regexp)
-(defcustom shr-table-horizontal-line ? ; space
+(defcustom shr-table-horizontal-line ?\s
"Character used to draw horizontal table lines."
:group 'shr
:type 'character)
-(defcustom shr-table-vertical-line ? ; space
+(defcustom shr-table-vertical-line ?\s
"Character used to draw vertical table lines."
:group 'shr
:type 'character)
-(defcustom shr-table-corner ? ; space
+(defcustom shr-table-corner ?\s
"Character used to draw table corners."
:group 'shr
:type 'character)
-----------------------------------------------------------------------
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/shr.el | 6 +++---
2 files changed, 8 insertions(+), 3 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