emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115863: * admin.el (manual-html-fix-index-2): Tweak


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115863: * admin.el (manual-html-fix-index-2): Tweak previous change.
Date: Sat, 04 Jan 2014 02:35:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115863
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-01-03 18:35:45 -0800
message:
  * admin.el (manual-html-fix-index-2): Tweak previous change.
modified:
  admin/admin.el                 admin.el-20091113204419-o5vbwnq5f7feedwu-2254
=== modified file 'admin/admin.el'
--- a/admin/admin.el    2014-01-04 02:31:56 +0000
+++ b/admin/admin.el    2014-01-04 02:35:45 +0000
@@ -483,7 +483,7 @@
        (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]