aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/shr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/shr.el')
-rw-r--r--lisp/gnus/shr.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el
index 119d8e0a7f..f2d8f84356 100644
--- a/lisp/gnus/shr.el
+++ b/lisp/gnus/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)