summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-03-25 11:23:17 -0700
committerGlenn Morris <rgm@gnu.org>2021-03-25 11:23:17 -0700
commit0d7e2a993e791d0a39e2c2d7e20279bebb8b418d (patch)
tree6ee09ccc95165454d2ce2c68af6afee0694b9415
parentfdec444758ce6bc22847980a0f421c1fac04fa15 (diff)
downloademacs-0d7e2a993e791d0a39e2c2d7e20279bebb8b418d.tar.gz
admin.el fix for bug#47394
* admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7.
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
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 "<tr><td.*&bull; \\(<a.*</a>\\)\
-:</td><td>&nbsp;&nbsp;</td><td[^>]*>\\(.*\\)" (line-end-position) t)
+:?</td><td>&nbsp;&nbsp;</td><td[^>]*>\\(.*\\)" (line-end-position) t)
(replace-match (format "<tr><td%s>\\1</td>\n<td>\\2"
(if table-workaround
" bgcolor=\"white\"" "")))