From: Richard M. Stallman Date: Fri, 21 Jun 1996 05:18:44 +0000 (+0000) Subject: (LaTeX-mode): Change handling of escaped $. X-Git-Tag: emacs-19.34~393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96013d6f5e7f4104c81e1585fa68b67ef9200337;p=emacs.git (LaTeX-mode): Change handling of escaped $. --- diff --git a/lisp/hilit19.el b/lisp/hilit19.el index f6c52007ee8..56edb62a1e6 100644 --- a/lisp/hilit19.el +++ b/lisp/hilit19.el @@ -1247,7 +1247,7 @@ number of backslashes." ;; formulas ("[^\\]\\\\(" "\\\\)" formula) ; \( \) ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] - ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' + ("[^\\$]\\(\\$\\(\\$[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' ;; things that bring in external files ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)