Skip to content

Commit

Permalink
Apply fix in previous patch to the DocBook publishing style.
Browse files Browse the repository at this point in the history
* muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
  previous patch here as well.

git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-40
  • Loading branch information
mwolson committed May 20, 2005
1 parent 3a8d1b6 commit 7830f4d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,21 @@
# arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
#

2005-05-20 20:44:46 GMT Michael Olson <mwolson@gnu.org> patch-40

Summary:
Apply fix in previous patch to the DocBook publishing style.
Revision:
muse--main--1.0--patch-40

* muse-docbook.el (muse-docbook-markup-paragraph-close): Apply fix from
previous patch here as well.


modified files:
ChangeLog muse-docbook.el


2005-05-20 20:28:32 GMT Michael Olson <mwolson@gnu.org> patch-39

Summary:
Expand Down
4 changes: 2 additions & 2 deletions muse-docbook.el
Expand Up @@ -172,8 +172,8 @@ differs little between the various styles."
(save-match-data
(and (re-search-backward "<\\(/\\)?para[ >]" nil t)
(not (equal (match-string 1) "/")))))
(replace-match "</para>\n")
(replace-match "\n")))
"</para>\n"
nil))

(defun muse-docbook-markup-table ()
(let* ((str (save-match-data
Expand Down

0 comments on commit 7830f4d

Please sign in to comment.