From: Stefan Monnier Date: Fri, 25 May 2001 21:43:21 +0000 (+0000) Subject: (tildify-ignored-environments-alist): Recognize \verb* right. X-Git-Tag: emacs-pretest-21.0.104~387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a6af6a22163e6f62b579458d9dec1d480cac7a5;p=emacs.git (tildify-ignored-environments-alist): Recognize \verb* right. --- 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)) ("\\$\\$" . "\\$\\$") ("\\$" . "\\$") ("\\\\(" . "\\\\)")