]> git.eshelyaron.com Git - emacs.git/commitdiff
(tildify-ignored-environments-alist): Recognize \verb* right.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 25 May 2001 21:43:21 +0000 (21:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 25 May 2001 21:43:21 +0000 (21:43 +0000)
lisp/textmodes/tildify.el

index 4854ad05448a38d8118793202663455ea5a4fb20..0b5934c1a3692e8494d511437d34589ee67508c2 100644 (file)
@@ -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))
      ("\\$\\$" . "\\$\\$")
      ("\\$" . "\\$")
      ("\\\\(" . "\\\\)")