From 1a6af6a22163e6f62b579458d9dec1d480cac7a5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 25 May 2001 21:43:21 +0000 Subject: [PATCH] (tildify-ignored-environments-alist): Recognize \verb* right. --- lisp/textmodes/tildify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index 4854ad05448..0b5934c1a36 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el @@ -111,7 +111,7 @@ mode, the item for the mode SYMBOL is looked up in the alist instead." '((latex-mode ("\\\\\\\\" . "") ; do not remove this ("\\\\begin{verbatim}" . "\\\\end{verbatim}") - ("\\\\verb*?\\(.\\)" . (1)) + ("\\\\verb\\*?\\(.\\)" . (1)) ("\\$\\$" . "\\$\\$") ("\\$" . "\\$") ("\\\\(" . "\\\\)") -- 2.39.5