From 2b4d820f7b8bba365a3a2a28a38b074458da0531 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Mon, 31 Jan 2005 21:04:43 +0000 Subject: [PATCH] Use "—" instead of "—" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2005-01-31 Michael Olson * muse-docbook.el (muse-docbook-markup-strings): Replace "—" with "—" so that documents validate properly. Thanks to Björn Lindström for the suggestion. * muse-html.el (muse-html-markup-strings): Ditto. git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-7 --- ChangeLog | 19 +++++++++++++++++++ muse-docbook.el | 2 +- muse-html.el | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34fa799..12f22ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,25 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0 # +2005-01-31 21:04:43 GMT Michael Olson patch-7 + + Summary: + Use "—" instead of "—" + Revision: + muse--main--1.0--patch-7 + + 2005-01-31 Michael Olson + + * muse-docbook.el (muse-docbook-markup-strings): Replace "—" + with "—" so that documents validate properly. Thanks to + Björn Lindström for the suggestion. + + * muse-html.el (muse-html-markup-strings): Ditto. + + modified files: + ChangeLog muse-docbook.el muse-html.el + + 2005-01-25 19:04:31 GMT Michael Olson patch-6 Summary: diff --git a/muse-docbook.el b/muse-docbook.el index 19cb2c7..d47f896 100644 --- a/muse-docbook.el +++ b/muse-docbook.el @@ -77,7 +77,7 @@ For more on the structure of this list, see (defcustom muse-docbook-markup-strings '((url-link . "%s") (email-addr . "%s") - (emdash . " — ") + (emdash . " — ") (rule . "") (enddots . "....") (dots . "...") diff --git a/muse-html.el b/muse-html.el index 19608d0..18fe491 100644 --- a/muse-html.el +++ b/muse-html.el @@ -152,7 +152,7 @@ For more on the structure of this list, see (url-with-image . "") (url-link . "%s") (email-addr . "%s") - (emdash . " — ") + (emdash . " — ") (rule . "
") (fn-sep . "
\n") (enddots . "....") -- 2.11.4.GIT