summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-11-22 00:59:33 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2011-11-22 00:59:33 +0000
commit84b54fdfa6d56214e9377fc959a761ff04705557 (patch)
tree2addf6bea8a407af2f4c178d3953b2c7b6624e35
parentf2a0aa3ae931cb4566792457de9392f374d1dbc6 (diff)
downloademacs-84b54fdfa6d56214e9377fc959a761ff04705557.tar.gz
shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/shr.el6
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 718983717ae..c2aee670357 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -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
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el
index e8db24c3561..119d8e0a7f3 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 ?
+(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)