From: Glenn Morris Date: Sat, 4 Jan 2014 02:35:45 +0000 (-0800) Subject: * admin.el (manual-html-fix-index-2): Tweak previous change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86c6e8fadaa84ae1faac7d3e177e6ad37a629e98;p=emacs.git * admin.el (manual-html-fix-index-2): Tweak previous change. --- diff --git a/admin/admin.el b/admin/admin.el index bc7e3cbd824..8f21cedfce5 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -483,7 +483,7 @@ Leave point after the table." (forward-line 1) (while (not done) (cond ((re-search-forward "\\)\ -:  \\(.*\\)" (line-end-position) t) +:  ]*>\\(.*\\)" (line-end-position) t) (replace-match (format "\\1\n\\2" (if table-workaround " bgcolor=\"white\"" "")))