From: Lars Magne Ingebrigtsen Date: Tue, 22 Nov 2011 00:59:33 +0000 (+0000) Subject: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert... X-Git-Tag: emacs-pretest-24.0.92~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84b54fdfa6d56214e9377fc959a761ff04705557;p=emacs.git shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago. --- 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 + + * shr.el (shr-table-horizontal-line): Revert infinite loops introduced + by Paul Eggert's spellfixes two days ago. + 2011-11-21 Lars Magne Ingebrigtsen * 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)