# HG changeset patch # User Miles Bader # Date 966938815 0 # Node ID 7c81a282d21786d1c90109a9e1c3f3782119597b # Parent b8536256a5e8795d270bf04901b813a1a48e628f (shell-font-lock-keywords): Remove prompt highlighting, since this is now done independently of font-lock mode. diff -r b8536256a5e8 -r 7c81a282d217 lisp/shell.el --- a/lisp/shell.el Tue Aug 22 10:00:34 2000 +0000 +++ b/lisp/shell.el Tue Aug 22 10:06:55 2000 +0000 @@ -321,8 +321,7 @@ :group 'shell) (defvar shell-font-lock-keywords - '((eval . (cons shell-prompt-pattern 'font-lock-warning-face)) - ("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face) + '(("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face) ("^[^ \t\n]+:.*" . font-lock-string-face) ("^\\[[1-9][0-9]*\\]" . font-lock-string-face)) "Additional expressions to highlight in Shell mode.")