diff options
| author | Richard M. Stallman | 1996-06-21 05:18:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-21 05:18:44 +0000 |
| commit | 96013d6f5e7f4104c81e1585fa68b67ef9200337 (patch) | |
| tree | b264f6a4c0450059c7eb55bf15851e7e2b33804a | |
| parent | b9aed9ca3e2bb5dc93e45ddce5e51bcdaeaae5e7 (diff) | |
| download | emacs-96013d6f5e7f4104c81e1585fa68b67ef9200337.tar.gz emacs-96013d6f5e7f4104c81e1585fa68b67ef9200337.zip | |
(LaTeX-mode): Change handling of escaped $.
| -rw-r--r-- | lisp/hilit19.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1247 | ;; formulas | 1247 | ;; formulas |
| 1248 | ("[^\\]\\\\(" "\\\\)" formula) ; \( \) | 1248 | ("[^\\]\\\\(" "\\\\)" formula) ; \( \) |
| 1249 | ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] | 1249 | ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] |
| 1250 | ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' | 1250 | ("[^\\$]\\(\\$\\(\\$[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' |
| 1251 | 1251 | ||
| 1252 | ;; things that bring in external files | 1252 | ;; things that bring in external files |
| 1253 | ("\\\\\\(include\\|input\\|bibliography\\){" "}" include) | 1253 | ("\\\\\\(include\\|input\\|bibliography\\){" "}" include) |