diff options
| author | Karl Heuer <kwzh@gnu.org> | 1994-04-22 21:53:27 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1994-04-22 21:53:27 +0000 |
| commit | 68395b70ec9564298aa91d5231f01388859666cb (patch) | |
| tree | 0f0087f846446bd6f5c10c2e345a82d2a926fc94 /lisp/hilit19.el | |
| parent | 9b378208db34b4af0ec0dc0eee5dbb66e1fbf5ae (diff) | |
| download | emacs-68395b70ec9564298aa91d5231f01388859666cb.tar.gz | |
Don't treat $ as special if escaped.
Diffstat (limited to 'lisp/hilit19.el')
| -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 eca6d350f2e..348b6c55a36 100644 --- a/lisp/hilit19.el +++ b/lisp/hilit19.el @@ -1257,7 +1257,7 @@ number of backslashes." ;; formulas ("[^\\]\\\\(" "\\\\)" formula) ; \( \) ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] - ("[^$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' + ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' ;; things that bring in external files ("\\\\\\(include\\|input\\|bibliography\\){" "}" include) |
