Further future-proof the code against future "spelling fixes".
authorLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Tue, 22 Nov 2011 00:42:58 +0000 (01:42 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Tue, 22 Nov 2011 00:42:58 +0000 (01:42 +0100)
lisp/shr.el

index 588b0e2..119d8e0 100644 (file)
@@ -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)