Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
authorLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Tue, 22 Nov 2011 00:39:44 +0000 (01:39 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Tue, 22 Nov 2011 00:39:44 +0000 (01:39 +0100)
lisp/ChangeLog
lisp/shr.el

index 8a9619d..50e5728 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>
 
        * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
index e8db24c..588b0e2 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)