# HG changeset patch # User Glenn Morris # Date 1063991457 0 # Node ID 90a4382900b00836fec378123798f4fa32e29dd2 # Parent 088a99a13c00ca3765116046dd6336fb6322f5fc (sh-font-lock-keywords): Highlight escaped EOLs differently from other backslash constructs. diff -r 088a99a13c00 -r 90a4382900b0 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Fri Sep 19 15:50:56 2003 +0000 +++ b/lisp/progmodes/sh-script.el Fri Sep 19 17:10:57 2003 +0000 @@ -809,7 +809,8 @@ ;; The next entry is only used for defining the others (shell eval sh-append executable-font-lock-keywords ;; Using font-lock-string-face here confuses sh-get-indent-info. - '("\\\\[^A-Za-z0-9]" 0 font-lock-warning-face) + '("\\\\$" 0 font-lock-warning-face) + '("\\\\[^A-Za-z0-9]" 0 font-lock-string-face) '("\\${?\\([A-Za-z_][A-Za-z0-9_]*\\|[0-9]+\\|[$*_]\\)" 1 font-lock-variable-name-face)) (rpm eval sh-append rpm2