Mercurial > emacs
changeset 15469:c34d5f499094
(LaTeX-mode): Change handling of escaped $.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jun 1996 05:18:44 +0000 |
parents | 641d6a7398ff |
children | 7cdabdc3ce59 |
files | lisp/hilit19.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)