# HG changeset patch # User Karl Heuer # Date 767051607 0 # Node ID 1b662238db6f31060c30082c7ee89e176e6e249e # Parent 55f9a506180d35073e9900174fca269f395b2a8d Don't treat $ as special if escaped. diff -r 55f9a506180d -r 1b662238db6f lisp/hilit19.el --- a/lisp/hilit19.el Fri Apr 22 21:46:12 1994 +0000 +++ b/lisp/hilit19.el Fri Apr 22 21:53:27 1994 +0000 @@ -1257,7 +1257,7 @@ ;; formulas ("[^\\]\\\\(" "\\\\)" formula) ; \( \) ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] - ("[^$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' + ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' ;; things that bring in external files ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)