# HG changeset patch # User Andreas Schwab # Date 1082840268 0 # Node ID 3a424bb24301bd283eedbfb9178fcea6c829321c # Parent 149aa4f5130201015a6b017fead02ee81b66939b (sh-leading-keywords) : Add "!". diff -r 149aa4f51302 -r 3a424bb24301 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sat Apr 24 18:17:27 2004 +0000 +++ b/lisp/progmodes/sh-script.el Sat Apr 24 20:57:48 2004 +0000 @@ -648,7 +648,7 @@ (rc "else") - (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while")) + (sh "!" "do" "elif" "else" "if" "then" "trap" "type" "until" "while")) "*List of keywords that may be immediately followed by a builtin or keyword. Given some confusion between keywords and builtins depending on shell and system, the distinction here has been based on whether they influence the