emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 0d7e2a9: admin.el fix for bug#47394


From: Glenn Morris
Subject: emacs-27 0d7e2a9: admin.el fix for bug#47394
Date: Thu, 25 Mar 2021 14:23:24 -0400 (EDT)

branch: emacs-27
commit 0d7e2a993e791d0a39e2c2d7e20279bebb8b418d
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    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 fa96b7e..9be6f4a 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\"" "")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]