]> git.eshelyaron.com Git - emacs.git/commitdiff
(LaTeX-mode): Change handling of escaped $.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 1996 05:18:44 +0000 (05:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 1996 05:18:44 +0000 (05:18 +0000)
lisp/hilit19.el

index f6c52007ee8216dfbf9730be5c3e35a7b9f96f69..56edb62a1e62398d238b768c443d60718435c9ef 100644 (file)
@@ -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)