[gnus git] branch master updated: n0-17-395-g3be4a5e =1= Further future-proof the code against future "spelling fixes".
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3be4a5e842f8874c724fe93bcc06c71cc74671ac (commit)
from 8ecd8a22b45347aadc240489f1506c0effe02ca9 (commit)
- Log -----------------------------------------------------------------
commit 3be4a5e842f8874c724fe93bcc06c71cc74671ac
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Nov 22 01:42:58 2011 +0100
Further future-proof the code against future "spelling fixes".
diff --git a/lisp/shr.el b/lisp/shr.el
index 588b0e2..119d8e0 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 ?
+(defcustom shr-table-horizontal-line ? ; space
"Character used to draw horizontal table lines."
:group 'shr
:type 'character)
-(defcustom shr-table-vertical-line ?
+(defcustom shr-table-vertical-line ? ; space
"Character used to draw vertical table lines."
:group 'shr
:type 'character)
-(defcustom shr-table-corner ?
+(defcustom shr-table-corner ? ; space
"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/shr.el | 6 +++---
1 files changed, 3 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