# HG changeset patch # User Richard M. Stallman # Date 835334324 0 # Node ID c34d5f499094e22f6b65d6ecdf89225869afcc9f # Parent 641d6a7398ff969af7eb7b778f9f5efec291f99d (LaTeX-mode): Change handling of escaped $. diff -r 641d6a7398ff -r c34d5f499094 lisp/hilit19.el --- a/lisp/hilit19.el Thu Jun 20 21:20:11 1996 +0000 +++ b/lisp/hilit19.el Fri Jun 21 05:18:44 1996 +0000 @@ -1247,7 +1247,7 @@ ;; formulas ("[^\\]\\\\(" "\\\\)" formula) ; \( \) ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] - ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' + ("[^\\$]\\(\\$\\(\\$[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' ;; things that bring in external files ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)