shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert...
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 22 Nov 2011 00:59:33 +0000 (00:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 22 Nov 2011 00:59:33 +0000 (00:59 +0000)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index 7189837..c2aee67 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
+       by Paul Eggert's spellfixes two days ago.
+
 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
index e8db24c..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)