From: Glenn Morris Date: Thu, 25 Mar 2021 18:23:17 +0000 (-0700) Subject: admin.el fix for bug#47394 X-Git-Tag: emacs-28.0.90~3098^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d7e2a993e;p=emacs.git admin.el fix for bug#47394 * admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7. --- diff --git a/admin/admin.el b/admin/admin.el index fa96b7e5cac..9be6f4a6071 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -545,7 +545,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\"" "")))