aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-21 05:18:44 +0000
committerRichard M. Stallman1996-06-21 05:18:44 +0000
commit96013d6f5e7f4104c81e1585fa68b67ef9200337 (patch)
treeb264f6a4c0450059c7eb55bf15851e7e2b33804a
parentb9aed9ca3e2bb5dc93e45ddce5e51bcdaeaae5e7 (diff)
downloademacs-96013d6f5e7f4104c81e1585fa68b67ef9200337.tar.gz
emacs-96013d6f5e7f4104c81e1585fa68b67ef9200337.zip
(LaTeX-mode): Change handling of escaped $.
-rw-r--r--lisp/hilit19.el2
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)