From 0d7e2a993e791d0a39e2c2d7e20279bebb8b418d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 25 Mar 2021 11:23:17 -0700 Subject: admin.el fix for bug#47394 * admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7. --- admin/admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" ""))) -- cgit v1.2.1