From 9a9ef89802a2806219339125ef2a47ce14c127fd Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 17 Nov 2005 16:42:29 +0000 Subject: [PATCH] muse-latex: backslash-escaping in texttt bugfix. * lisp/muse-latex.el (muse-latex-markup-texttt-specials): Don't escape "/", since it has already been escaped by this time. git-archimport-id: mwolson@gnu.org--2005/muse--rel--3.02--patch-12 --- lisp/muse-latex.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/muse-latex.el b/lisp/muse-latex.el index 1acdab4..6dfa3b9 100644 --- a/lisp/muse-latex.el +++ b/lisp/muse-latex.el @@ -257,7 +257,6 @@ system to an associated CJK coding system." (defcustom muse-latex-markup-texttt-specials '((?\n . "\\\n") - (?\\ . "\\textbackslash{}") (?_ . "\\textunderscore{}") (?\< . "\\textless{}") (?\> . "\\textgreater{}") -- 2.11.4.GIT