emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
Date: Tue, 22 Nov 2011 00:59:33 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106469
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2011-11-22 00:59:33 +0000
message:
  shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul 
Eggert's spellfixes two days ago.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/shr.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-11-21 22:08:36 +0000
+++ b/lisp/gnus/ChangeLog       2011-11-22 00:59:33 +0000
@@ -1,3 +1,8 @@
+2011-11-22  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
+       by Paul Eggert's spellfixes two days ago.
+
 2011-11-21  Lars Magne Ingebrigtsen  <address@hidden>
 
        * mm-view.el (mm-display-inline-fontify): Make the font-lock variables

=== modified file 'lisp/gnus/shr.el'
--- a/lisp/gnus/shr.el  2011-11-19 09:18:31 +0000
+++ b/lisp/gnus/shr.el  2011-11-22 00:59:33 +0000
@@ -53,17 +53,17 @@
   :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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]