Change the defaults for the table lines to be spaces instead.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 7 Mar 2011 16:35:46 +0000 (17:35 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 7 Mar 2011 16:36:33 +0000 (17:36 +0100)
lisp/shr.el

index bb9695e..c9c5bd5 100644 (file)
@@ -53,17 +53,17 @@ fit these criteria."
   :group 'shr
   :type 'regexp)
 
-(defcustom shr-table-horizontal-line ?-
+(defcustom shr-table-horizontal-line ? 
   "Character used to draw horizontal table lines."
   :group 'shr
   :type 'character)
 
-(defcustom shr-table-vertical-line ?|
+(defcustom shr-table-vertical-line ? 
   "Character used to draw vertical table lines."
   :group 'shr
   :type 'character)
 
-(defcustom shr-table-corner ?+
+(defcustom shr-table-corner ? 
   "Character used to draw table corners."
   :group 'shr
   :type 'character)