From d9ed147154890caa0a88484f3b1bc6f3845a341c Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 29 Dec 2005 23:02:18 +0000 Subject: [PATCH] muse-latex: Fix comment markup. * lisp/muse-latex.el (muse-latex-markup-strings): Fix typo in comment-end. Thanks to Ken Brown for reporting this. git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-329 --- ChangeLog | 14 ++++++++++++++ lisp/muse-latex.el | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68349f6..086b128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0 # +2005-12-29 23:02:18 GMT Michael Olson patch-329 + + Summary: + muse-latex: Fix comment markup. + Revision: + muse--main--1.0--patch-329 + + * lisp/muse-latex.el (muse-latex-markup-strings): Fix typo in + comment-end. Thanks to Ken Brown for reporting this. + + modified files: + ChangeLog lisp/muse-latex.el + + 2005-12-29 21:33:08 GMT Michael Olson patch-328 Summary: diff --git a/lisp/muse-latex.el b/lisp/muse-latex.el index 068bc04..853bdc0 100644 --- a/lisp/muse-latex.el +++ b/lisp/muse-latex.el @@ -151,7 +151,7 @@ For more on the structure of this list, see (anchor . "\\label{%s}") (emdash . "---") (comment-begin . "\\comment{") - (commend-end . "}") + (comment-end . "}") (rule . "\\bigskip") (no-break-space . "~") (enddots . "\\ldots{}") -- 2.11.4.GIT