projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdec444
)
admin.el fix for bug#47394
author
Glenn Morris
<rgm@gnu.org>
Thu, 25 Mar 2021 18:23:17 +0000
(11:23 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 25 Mar 2021 18:23:17 +0000
(11:23 -0700)
* admin/admin.el (manual-html-fix-index-2): Handle Texinfo 6.7.
admin/admin.el
patch
|
blob
|
history
diff --git
a/admin/admin.el
b/admin/admin.el
index fa96b7e5cac7a216d9c21584ec6bd291a6307934..9be6f4a60713a87136e483812d8aa8cbdd645bf9 100644
(file)
--- 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.*• \\(<a.*</a>\\)\
-:</td><td> </td><td[^>]*>\\(.*\\)" (line-end-position) t)
+:
?
</td><td> </td><td[^>]*>\\(.*\\)" (line-end-position) t)
(replace-match (format "<tr><td%s>\\1</td>\n<td>\\2"
(if table-workaround
" bgcolor=\"white\"" "")))